#C88ABD

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

Shades of Lilac #C88ABD

Tints of Lilac #C88ABD

Color information

#C88ABD (or 0xC88ABD) is unknown color: approx Lilac. HEX triplet: C8, 8A and BD. RGB value is (200,138,189). Sum of RGB (Red+Green+Blue) = 200+138+189=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C88ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88ABD is #377542. Grayscale: #A2A2A2. Windows color (decimal): -3634499 or 12421832. OLE color: 12421832.

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

Color convert

RGB200138189-
CMYK00.310.060.22
HSL310.65º36.05%66.27%-
HSV(B)310.65º31%78.43%-
XYZ42.0934.1352.51-
YUV162.35143.04154.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.95%
GREEN value IS 138 (54.30% from 255) = 26.19%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=37.95%
G=26.19%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013818900.310.060.22310.6536.0566.27
HexC88ABD01F6161372442
Octal31021227503762646744102
Binary110010001000101010111101011111110101101001101111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88ABD; }

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

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

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

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

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

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

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

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