#C88CBD

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

Shades of Lilac #C88CBD

Tints of Lilac #C88CBD

Color information

#C88CBD (or 0xC88CBD) is unknown color: approx Lilac. HEX triplet: C8, 8C and BD. RGB value is (200,140,189). Sum of RGB (Red+Green+Blue) = 200+140+189=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 200 - color contains mainly: red. Hex color #C88CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CBD is #377342. Grayscale: #A3A3A3. Windows color (decimal): -3633987 or 12422344. OLE color: 12422344.

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

Color convert

RGB200140189-
CMYK00.30.060.22
HSL311º35.29%66.67%-
HSV(B)311º30%78.43%-
XYZ42.3834.7152.61-
YUV163.53142.38154.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.81%
GREEN value IS 140 (55.08% from 255) = 26.47%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=37.81%
G=26.47%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014018900.30.060.2231135.2966.67
HexC88CBD01E6161372343
Octal31021427503662646743103
Binary110010001000110010111101011110110101101001101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88CBD; }

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

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

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

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

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

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

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

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