#C285CB

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

Shades of Lilac #C285CB

Tints of Lilac #C285CB

Color information

#C285CB (or 0xC285CB) is unknown color: approx Lilac. HEX triplet: C2, 85 and CB. RGB value is (194,133,203). Sum of RGB (Red+Green+Blue) = 194+133+203=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #C285CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C285CB is #3D7A34. Grayscale: #9F9F9F. Windows color (decimal): -4028981 or 13338050. OLE color: 13338050.

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

Color convert

RGB194133203-
CMYK0.040.3400.20
HSL292.29º40.23%65.88%-
HSV(B)292.29º34.48%79.61%-
XYZ41.4232.5660.6-
YUV159.22152.71152.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.60%
GREEN value IS 133 (52.34% from 255) = 25.09%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=36.60%
G=25.09%
B=38.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941332030.040.3400.20292.2940.2365.88
HexC285CB4220141242842
Octal30220531344202444450102
Binary1100001010000101110010111001000100101001001001001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C285CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C285CB; }

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

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

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

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

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

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

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

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