#C08EC1

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

Shades of Lilac #C08EC1

Tints of Lilac #C08EC1

Color information

#C08EC1 (or 0xC08EC1) is unknown color: approx Lilac. HEX triplet: C0, 8E and C1. RGB value is (192,142,193). Sum of RGB (Red+Green+Blue) = 192+142+193=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 193 - color contains mainly: blue. Hex color #C08EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08EC1 is #3F713E. Grayscale: #A2A2A2. Windows color (decimal): -4157759 or 12684992. OLE color: 12684992.

HSL color Cylindrical-coordinate representation of color #C08EC1: hue angle of 298.82º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C08EC1 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB192142193-
CMYK0.010.2600.24
HSL298.82º29.14%65.69%-
HSV(B)298.82º26.42%75.69%-
XYZ41.0434.454.93-
YUV162.76145.06148.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.43%
GREEN value IS 142 (55.86% from 255) = 26.94%
BLUE value IS 193 (75.78% from 255) = 36.62%
R=36.43%
G=26.94%
B=36.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921421930.010.2600.24298.8229.1465.69
HexC08EC111A01812b1d42
Octal30021630113203045335102
Binary110000001000111011000001111010011000100101011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08EC1; }

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

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

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

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

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

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

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

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