#C08EBE

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

Shades of Lilac #C08EBE

Tints of Lilac #C08EBE

Color information

#C08EBE (or 0xC08EBE) is unknown color: approx Lilac. HEX triplet: C0, 8E and BE. RGB value is (192,142,190). Sum of RGB (Red+Green+Blue) = 192+142+190=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C08EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08EBE is #3F7141. Grayscale: #A2A2A2. Windows color (decimal): -4157762 or 12488384. OLE color: 12488384.

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

Color convert

RGB192142190-
CMYK00.260.010.25
HSL302.4º28.41%65.49%-
HSV(B)302.4º26.04%75.29%-
XYZ40.7134.2753.18-
YUV162.42143.56149.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.64%
GREEN value IS 142 (55.86% from 255) = 27.10%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=36.64%
G=27.10%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214219000.260.010.25302.428.4165.49
HexC08EBE01A11912e1c41
Octal30021627603213145634101
Binary110000001000111010111110011010111001100101110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08EBE; }

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

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

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

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

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

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

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

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