#C088BE

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

Shades of Lilac #C088BE

Tints of Lilac #C088BE

Color information

#C088BE (or 0xC088BE) is unknown color: approx Lilac. HEX triplet: C0, 88 and BE. RGB value is (192,136,190). Sum of RGB (Red+Green+Blue) = 192+136+190=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C088BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088BE is #3F7741. Grayscale: #9E9E9E. Windows color (decimal): -4159298 or 12486848. OLE color: 12486848.

HSL color Cylindrical-coordinate representation of color #C088BE: hue angle of 302.14º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C088BE is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB192136190-
CMYK00.290.010.25
HSL302.14º30.77%64.31%-
HSV(B)302.14º29.17%75.29%-
XYZ39.8432.5352.89-
YUV158.9145.55151.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.07%
GREEN value IS 136 (53.52% from 255) = 26.25%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=37.07%
G=26.25%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213619000.290.010.25302.1430.7764.31
HexC088BE01D11912e1f40
Octal30021027603513145637100
Binary110000001000100010111110011101111001100101110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C088BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C088BE; }

 p { color: rgb(192,136,190); }

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

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

 a { background-color: rgb(192,136,190); }

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

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

 span { border-color: rgb(192,136,190); }

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