#C88CD0

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

Shades of Lilac #C88CD0

Tints of Lilac #C88CD0

Color information

#C88CD0 (or 0xC88CD0) is unknown color: approx Lilac. HEX triplet: C8, 8C and D0. RGB value is (200,140,208). Sum of RGB (Red+Green+Blue) = 200+140+208=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 208 - color contains mainly: blue. Hex color #C88CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CD0 is #37732F. Grayscale: #A5A5A5. Windows color (decimal): -3633968 or 13667528. OLE color: 13667528.

HSL color Cylindrical-coordinate representation of color #C88CD0: hue angle of 292.94º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C88CD0 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB200140208-
CMYK0.040.3300.18
HSL292.94º41.98%68.24%-
HSV(B)292.94º32.69%81.57%-
XYZ44.5835.5964.19-
YUV165.69151.88152.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.50%
GREEN value IS 140 (55.08% from 255) = 25.55%
BLUE value IS 208 (81.64% from 255) = 37.96%
R=36.50%
G=25.55%
B=37.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001402080.040.3300.18292.9441.9868.24
HexC88CD04210121252a44
Octal31021432044102244552104
Binary1100100010001100110100001001000010100101001001011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88CD0; }

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

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

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

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

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

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

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

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