#C88DD0

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

Shades of Lilac #C88DD0

Tints of Lilac #C88DD0

Color information

#C88DD0 (or 0xC88DD0) is unknown color: approx Lilac. HEX triplet: C8, 8D and D0. RGB value is (200,141,208). Sum of RGB (Red+Green+Blue) = 200+141+208=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 208 - color contains mainly: blue. Hex color #C88DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DD0 is #37722F. Grayscale: #A6A6A6. Windows color (decimal): -3633712 or 13667784. OLE color: 13667784.

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

Color convert

RGB200141208-
CMYK0.040.3200.18
HSL292.84º41.61%68.43%-
HSV(B)292.84º32.21%81.57%-
XYZ44.7335.8864.24-
YUV166.28151.55152.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.43%
GREEN value IS 141 (55.47% from 255) = 25.68%
BLUE value IS 208 (81.64% from 255) = 37.89%
R=36.43%
G=25.68%
B=37.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001412080.040.3200.18292.8441.6168.43
HexC88DD04200121252a44
Octal31021532044002244552104
Binary1100100010001101110100001001000000100101001001011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88DD0; }

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

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

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

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

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

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

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

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