Html Css Color HEX #C08EC2 Lilac

📋 copy color: '#C08EC2'

red 192 ◦ green 142 ◦ blue 194

#C08EC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #C08EC2

Tints of Lilac #C08EC2

RGB

 RED value IS 192 (75.39% from 255) = 36.36%

 GREEN value IS 142 (55.86% from 255) = 26.89%

 BLUE value IS 194 (76.17% from 255) = 36.74%

R = 36.36%
G = 26.89%
B = 36.74%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C08EC2 (or 0xC08EC2) is known color: Lilac. HEX triplet: C0, 8E and C2. RGB value is (192,142,194). Sum of RGB (Red+Green+Blue) = 192+142+194=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 194 - color contains mainly: blue. Hex color #C08EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08EC2 is #3F713D. Grayscale: #A2A2A2. Windows color (decimal): -4157758 or 12750528. OLE color: 12750528.

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

Color convert

RGB 192 142 194 -
CMYK 0.01 0.27 0 0.24
HSL 297.69º 0.3% 0.66% -
HSV(B) 297.69º 0.27% 0.76% -
XYZ 41.15 34.45 55.52 -
YUV 162.88 145.57 148.77 -
System Red Green Blue C M Y K H S L
Decimal 192 142 194 0.01 0.27 0 0.24 297.69 0.3 0.66
Hex C0 8E C2 1 1B 0 18 12A 1E 42
Octal 300 216 302 1 33 0 30 452 36 102
Binary 11000000 10001110 11000010 1 11011 0 11000 100101010 11110 1000010

Color Harmonies of #C08EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08EC2

Black with #C08EC2

Text Example


Text Example

White with #C08EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08EC2; }

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

 H1.HeaderClassName
 {
   color: #C08EC2;
 }
 .AnyTagClassName
 {
   color: #C08EC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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