#C88DCC

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

Shades of Lilac #C88DCC

Tints of Lilac #C88DCC

Color information

#C88DCC (or 0xC88DCC) is unknown color: approx Lilac. HEX triplet: C8, 8D and CC. RGB value is (200,141,204). Sum of RGB (Red+Green+Blue) = 200+141+204=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #C88DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DCC is #377233. Grayscale: #A5A5A5. Windows color (decimal): -3633716 or 13405640. OLE color: 13405640.

HSL color Cylindrical-coordinate representation of color #C88DCC: hue angle of 296.19º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88DCC is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB200141204-
CMYK0.020.3100.2
HSL296.19º38.18%67.65%-
HSV(B)296.19º30.88%80%-
XYZ44.2435.6961.68-
YUV165.82149.55152.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.70%
GREEN value IS 141 (55.47% from 255) = 25.87%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=36.70%
G=25.87%
B=37.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2001412040.020.3100.2296.1938.1867.65
HexC88DCC21F0141282644
Octal31021531423702445046104
Binary11001000100011011100110010111110101001001010001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88DCC; }

 p { color: rgb(200,141,204); }

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

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

 a { background-color: rgb(200,141,204); }

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

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

 span { border-color: rgb(200,141,204); }

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