#C885C2

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

Shades of Lilac #C885C2

Tints of Lilac #C885C2

Color information

#C885C2 (or 0xC885C2) is unknown color: approx Lilac. HEX triplet: C8, 85 and C2. RGB value is (200,133,194). Sum of RGB (Red+Green+Blue) = 200+133+194=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C885C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885C2 is #377A3D. Grayscale: #9F9F9F. Windows color (decimal): -3635774 or 12748232. OLE color: 12748232.

HSL color Cylindrical-coordinate representation of color #C885C2: hue angle of 305.37º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C885C2 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB200133194-
CMYK00.340.030.22
HSL305.37º37.85%65.29%-
HSV(B)305.37º33.5%78.43%-
XYZ41.9432.9555.19-
YUV159.99147.2156.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.95%
GREEN value IS 133 (52.34% from 255) = 25.24%
BLUE value IS 194 (76.17% from 255) = 36.81%
R=37.95%
G=25.24%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013319400.340.030.22305.3737.8565.29
HexC885C20223161312641
Octal31020530204232646146101
Binary110010001000010111000010010001011101101001100011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C885C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C885C2; }

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

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

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

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

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

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

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

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