#C88CCD

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

Shades of Lilac #C88CCD

Tints of Lilac #C88CCD

Color information

#C88CCD (or 0xC88CCD) is unknown color: approx Lilac. HEX triplet: C8, 8C and CD. RGB value is (200,140,205). Sum of RGB (Red+Green+Blue) = 200+140+205=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #C88CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CCD is #377332. Grayscale: #A5A5A5. Windows color (decimal): -3633971 or 13470920. OLE color: 13470920.

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

Color convert

RGB200140205-
CMYK0.020.3200.20
HSL295.38º39.39%67.65%-
HSV(B)295.38º31.71%80.39%-
XYZ44.2235.4462.27-
YUV165.35150.38152.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.70%
GREEN value IS 140 (55.08% from 255) = 25.69%
BLUE value IS 205 (80.47% from 255) = 37.61%
R=36.70%
G=25.69%
B=37.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001402050.020.3200.20295.3839.3967.65
HexC88CCD2200141272744
Octal31021431524002444747104
Binary110010001000110011001101101000000101001001001111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88CCD; }

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

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

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

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

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

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

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

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