#C585CB

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

Shades of Lilac #C585CB

Tints of Lilac #C585CB

Color information

#C585CB (or 0xC585CB) is unknown color: approx Lilac. HEX triplet: C5, 85 and CB. RGB value is (197,133,203). Sum of RGB (Red+Green+Blue) = 197+133+203=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #C585CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585CB is #3A7A34. Grayscale: #9F9F9F. Windows color (decimal): -3832373 or 13338053. OLE color: 13338053.

HSL color Cylindrical-coordinate representation of color #C585CB: hue angle of 294.86º 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 #C585CB is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB197133203-
CMYK0.030.3400.20
HSL294.86º40.23%65.88%-
HSV(B)294.86º34.48%79.61%-
XYZ42.1932.9660.64-
YUV160.12152.2154.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.96%
GREEN value IS 133 (52.34% from 255) = 24.95%
BLUE value IS 203 (79.69% from 255) = 38.09%
R=36.96%
G=24.95%
B=38.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971332030.030.3400.20294.8640.2365.88
HexC585CB3220141272842
Octal30520531334202444750102
Binary110001011000010111001011111000100101001001001111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C585CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C585CB; }

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

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

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

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

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

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

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

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