#C88DC1

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

Shades of Lilac #C88DC1

Tints of Lilac #C88DC1

Color information

#C88DC1 (or 0xC88DC1) is unknown color: approx Lilac. HEX triplet: C8, 8D and C1. RGB value is (200,141,193). Sum of RGB (Red+Green+Blue) = 200+141+193=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 200 - color contains mainly: red. Hex color #C88DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DC1 is #37723E. Grayscale: #A4A4A4. Windows color (decimal): -3633727 or 12684744. OLE color: 12684744.

HSL color Cylindrical-coordinate representation of color #C88DC1: hue angle of 307.12º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C88DC1 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB200141193-
CMYK00.290.040.22
HSL307.12º34.91%66.86%-
HSV(B)307.12º29.5%78.43%-
XYZ42.9735.1854.98-
YUV164.57144.05153.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.45%
GREEN value IS 141 (55.47% from 255) = 26.40%
BLUE value IS 193 (75.78% from 255) = 36.14%
R=37.45%
G=26.40%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014119300.290.040.22307.1234.9166.86
HexC88DC101D4161332343
Octal31021530103542646343103
Binary110010001000110111000001011101100101101001100111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88DC1; }

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

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

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

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

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

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

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

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