#C88CCC

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

Shades of Lilac #C88CCC

Tints of Lilac #C88CCC

Color information

#C88CCC (or 0xC88CCC) is unknown color: approx Lilac. HEX triplet: C8, 8C and CC. RGB value is (200,140,204). Sum of RGB (Red+Green+Blue) = 200+140+204=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #C88CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CCC is #377333. Grayscale: #A5A5A5. Windows color (decimal): -3633972 or 13405384. OLE color: 13405384.

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

Color convert

RGB200140204-
CMYK0.020.3100.2
HSL296.25º38.55%67.45%-
HSV(B)296.25º31.37%80%-
XYZ44.135.461.63-
YUV165.24149.88152.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.76%
GREEN value IS 140 (55.08% from 255) = 25.74%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=36.76%
G=25.74%
B=37.5%

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
Decimal2001402040.020.3100.2296.2538.5567.45
HexC88CCC21F0141282743
Octal31021431423702445047103
Binary11001000100011001100110010111110101001001010001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88CCC; }

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

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

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

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

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

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

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

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