#C08BBF

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

Shades of Lilac #C08BBF

Tints of Lilac #C08BBF

Color information

#C08BBF (or 0xC08BBF) is unknown color: approx Lilac. HEX triplet: C0, 8B and BF. RGB value is (192,139,191). Sum of RGB (Red+Green+Blue) = 192+139+191=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C08BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08BBF is #3F7440. Grayscale: #A0A0A0. Windows color (decimal): -4158529 or 12553152. OLE color: 12553152.

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

Color convert

RGB192139191-
CMYK00.280.010.25
HSL301.13º29.61%64.9%-
HSV(B)301.13º27.6%75.29%-
XYZ40.3733.4353.62-
YUV160.77145.06150.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.78%
GREEN value IS 139 (54.69% from 255) = 26.63%
BLUE value IS 191 (75% from 255) = 36.59%
R=36.78%
G=26.63%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213919100.280.010.25301.1329.6164.9
HexC08BBF01C11912d1e41
Octal30021327703413145536101
Binary110000001000101110111111011100111001100101101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08BBF; }

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

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

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

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

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

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

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

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