#C88DC6

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

Shades of Lilac #C88DC6

Tints of Lilac #C88DC6

Color information

#C88DC6 (or 0xC88DC6) is unknown color: approx Lilac. HEX triplet: C8, 8D and C6. RGB value is (200,141,198). Sum of RGB (Red+Green+Blue) = 200+141+198=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 200 - color contains mainly: red. Hex color #C88DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DC6 is #377239. Grayscale: #A4A4A4. Windows color (decimal): -3633722 or 13012424. OLE color: 13012424.

HSL color Cylindrical-coordinate representation of color #C88DC6: hue angle of 302.03º 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 #C88DC6 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB200141198-
CMYK00.290.010.22
HSL302.03º34.91%66.86%-
HSV(B)302.03º29.5%78.43%-
XYZ43.5435.4157.97-
YUV165.14146.55152.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.11%
GREEN value IS 141 (55.47% from 255) = 26.16%
BLUE value IS 198 (77.73% from 255) = 36.73%
R=37.11%
G=26.16%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014119800.290.010.22302.0334.9166.86
HexC88DC601D11612e2343
Octal31021530603512645643103
Binary1100100010001101110001100111011101101001011101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88DC6; }

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

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

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

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

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

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

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

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