#C88CBE

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

Shades of Lilac #C88CBE

Tints of Lilac #C88CBE

Color information

#C88CBE (or 0xC88CBE) is unknown color: approx Lilac. HEX triplet: C8, 8C and BE. RGB value is (200,140,190). Sum of RGB (Red+Green+Blue) = 200+140+190=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C88CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CBE is #377341. Grayscale: #A3A3A3. Windows color (decimal): -3633986 or 12487880. OLE color: 12487880.

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

Color convert

RGB200140190-
CMYK00.30.050.22
HSL310º35.29%66.67%-
HSV(B)310º30%78.43%-
XYZ42.4934.7553.18-
YUV163.64142.88153.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.74%
GREEN value IS 140 (55.08% from 255) = 26.42%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=37.74%
G=26.42%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014019000.30.050.2231035.2966.67
HexC88CBE01E5161362343
Octal31021427603652646643103
Binary110010001000110010111110011110101101101001101101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88CBE; }

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

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

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

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

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

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

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

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