#C88DBD

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

Shades of Lilac #C88DBD

Tints of Lilac #C88DBD

Color information

#C88DBD (or 0xC88DBD) is unknown color: approx Lilac. HEX triplet: C8, 8D and BD. RGB value is (200,141,189). Sum of RGB (Red+Green+Blue) = 200+141+189=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C88DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DBD is #377242. Grayscale: #A3A3A3. Windows color (decimal): -3633731 or 12422600. OLE color: 12422600.

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

Color convert

RGB200141189-
CMYK00.290.060.22
HSL311.19º34.91%66.86%-
HSV(B)311.19º29.5%78.43%-
XYZ42.533552.66-
YUV164.11142.05153.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.74%
GREEN value IS 141 (55.47% from 255) = 26.60%
BLUE value IS 189 (74.22% from 255) = 35.66%
R=37.74%
G=26.60%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014118900.290.060.22311.1934.9166.86
HexC88DBD01D6161372343
Octal31021527503562646743103
Binary110010001000110110111101011101110101101001101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88DBD; }

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

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

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

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

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

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

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

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