#C88BBF

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

Shades of Lilac #C88BBF

Tints of Lilac #C88BBF

Color information

#C88BBF (or 0xC88BBF) is unknown color: approx Lilac. HEX triplet: C8, 8B and BF. RGB value is (200,139,191). Sum of RGB (Red+Green+Blue) = 200+139+191=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C88BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88BBF is #377440. Grayscale: #A3A3A3. Windows color (decimal): -3634241 or 12553160. OLE color: 12553160.

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

Color convert

RGB200139191-
CMYK00.300.040.22
HSL308.85º35.67%66.47%-
HSV(B)308.85º30.5%78.43%-
XYZ42.4634.5153.71-
YUV163.17143.71154.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.74%
GREEN value IS 139 (54.69% from 255) = 26.23%
BLUE value IS 191 (75% from 255) = 36.04%
R=37.74%
G=26.23%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013919100.300.040.22308.8535.6766.47
HexC88BBF01E4161352442
Octal31021327703642646544102
Binary110010001000101110111111011110100101101001101011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88BBF; }

 p { color: rgb(200,139,191); }

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

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

 a { background-color: rgb(200,139,191); }

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

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

 span { border-color: rgb(200,139,191); }

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