#C985CB

Color #C985CB Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #C985CB

Tints of Lilac #C985CB

Color information

#C985CB (or 0xC985CB) is unknown color: approx Lilac. HEX triplet: C9, 85 and CB. RGB value is (201,133,203). Sum of RGB (Red+Green+Blue) = 201+133+203=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #C985CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985CB is #367A34. Grayscale: #A1A1A1. Windows color (decimal): -3570229 or 13338057. OLE color: 13338057.

HSL color Cylindrical-coordinate representation of color #C985CB: hue angle of 298.29º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C985CB is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201133203-
CMYK0.010.3400.20
HSL298.29º40.23%65.88%-
HSV(B)298.29º34.48%79.61%-
XYZ43.2533.560.69-
YUV161.31151.53156.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 37.43%
GREEN value IS 133 (52.34% from 255) = 24.77%
BLUE value IS 203 (79.69% from 255) = 37.80%
R=37.43%
G=24.77%
B=37.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011332030.010.3400.20298.2940.2365.88
HexC985CB12201412a2842
Octal31120531314202445250102
Binary11001001100001011100101111000100101001001010101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C985CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C985CB; }

 p { color: rgb(201,133,203); }

 H1.HeaderClassName
 {
   color: #C985CB;
 }
 .AnyTagClassName
 {
   color: #C985CB;
 }
</style>
background-color css

<style>
 a { background-color: #C985CB; }

 a { background-color: rgb(201,133,203); }

 div.DivClassName
 {
   background-color: #C985CB;
 }
 .BgClassName
 {
   background-color: #C985CB;
 }
</style>
border-color css

<style>
 span { border-color: #C985CB; }

 span { border-color: rgb(201,133,203); }

 td.TdClassName
 {
   border-color: #C985CB;
 }
 .TagClassName
 {
   border-color: #C985CB;
 }
</style>