color codes Logo

#c964cd color codes

#C964CD
(201,100,205)
0 Favorites   0 Comments

Color spaces of #c964cd

RGB 201100205
HSL0.830.510.60
HSV298°51°80°
CMYK 0.020.510.00   0.20
XYZ39.664025.939660.6739
Yxy25.93960.31410.2054
Hunter Lab50.930949.8831-34.9804
CIE-Lab57.979754.7644-37.0289

#c964cd color RGB value is (201,100,205).

#c964cd hex color red value is 201, green value is 100 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c964cd hue: 0.83 , saturation: 0.51 and the lightness value of c964cd is 0.60.

The process color (four color CMYK) of #c964cd color code is 0.02, 0.51, 0.00, 0.20. Web safe color of #c964cd is #cc66cc. Color #c964cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100100 11001101
Octal 311 144 315
Decimal 201 100 205
Hex C9 64 CD

RGB Percentages of Color #c964cd

%39.72
%19.76
%40.51

CMYK Percentages of Color #c964cd

%2
%51
%0
%20

Triadic Colors of #c964cd

#c964cd #cdc964 #64cdc9

Analogous Colors of #c964cd

#c964cd #cd649d #9564cd

Monochromatic Colors of #c964cd

#c964cd

Complementary Color

#c964cd #68cd64

#c964cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c964cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c964cd Color CSS Codes

.mybgcolor {background-color:#c964cd; } 
.myforecolor {color:#c964cd; }
.mybordercolor {border:3px solid #c964cd; }

#c964cd Text Font Color

<p style="color:#c964cd">Text here</p>

This sample text font color is #c964cd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c964cd Background Color

<div style="background-color:#c964cd">
Div content here</div>

This div background color is #c964cd


#c964cd Border Color

<div style="border:3px solid #c964cd">
Div here</div>

This div border color is #c964cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,100,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c964cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c964cd;
  -webkit-box-shadow: 1px 1px 3px 2px #c964cd;
  box-shadow:         1px 1px 3px 2px #c964cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,100,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c964cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c964cd;
  -webkit-box-shadow: 1px 1px 3px 2px #c964cd;
  box-shadow:         1px 1px 3px 2px #c964cd;">
Div content here</div>

This div box has shadow with color #c964cd


Comments

No comments written yet.

Please login to write comment.