#C08CBF

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

Shades of Lilac #C08CBF

Tints of Lilac #C08CBF

Color information

#C08CBF (or 0xC08CBF) is unknown color: approx Lilac. HEX triplet: C0, 8C and BF. RGB value is (192,140,191). Sum of RGB (Red+Green+Blue) = 192+140+191=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 192 - color contains mainly: red. Hex color #C08CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CBF is #3F7340. Grayscale: #A1A1A1. Windows color (decimal): -4158273 or 12553408. OLE color: 12553408.

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

Color convert

RGB192140191-
CMYK00.270.010.25
HSL301.15º29.21%65.1%-
HSV(B)301.15º27.08%75.29%-
XYZ40.5233.7253.66-
YUV161.36144.73149.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.71%
GREEN value IS 140 (55.08% from 255) = 26.77%
BLUE value IS 191 (75% from 255) = 36.52%
R=36.71%
G=26.77%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214019100.270.010.25301.1529.2165.1
HexC08CBF01B11912d1d41
Octal30021427703313145535101
Binary110000001000110010111111011011111001100101101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08CBF; }

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

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

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

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

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

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

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

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