#C08CBE

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

Shades of Lilac #C08CBE

Tints of Lilac #C08CBE

Color information

#C08CBE (or 0xC08CBE) is unknown color: approx Lilac. HEX triplet: C0, 8C and BE. RGB value is (192,140,190). Sum of RGB (Red+Green+Blue) = 192+140+190=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C08CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CBE is #3F7341. Grayscale: #A1A1A1. Windows color (decimal): -4158274 or 12487872. OLE color: 12487872.

HSL color Cylindrical-coordinate representation of color #C08CBE: hue angle of 302.31º 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 #C08CBE is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB192140190-
CMYK00.270.010.25
HSL302.31º29.21%65.1%-
HSV(B)302.31º27.08%75.29%-
XYZ40.4133.6853.09-
YUV161.25144.23149.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.78%
GREEN value IS 140 (55.08% from 255) = 26.82%
BLUE value IS 190 (74.61% from 255) = 36.40%
R=36.78%
G=26.82%
B=36.40%

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
Decimal19214019000.270.010.25302.3129.2165.1
HexC08CBE01B11912e1d41
Octal30021427603313145635101
Binary110000001000110010111110011011111001100101110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08CBE; }

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

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

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

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

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

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

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

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