Html Css Color HEX #C08AC9 Lilac

📋 copy color: '#C08AC9'

red 192 ◦ green 138 ◦ blue 201

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

Shades of Lilac #C08AC9

Tints of Lilac #C08AC9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.99%

 BLUE value IS 201 (78.91% from 255) = 37.85%

R = 36.16%
G = 25.99%
B = 37.85%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C08AC9 (or 0xC08AC9) is known color: Lilac. HEX triplet: C0, 8A and C9. RGB value is (192,138,201). Sum of RGB (Red+Green+Blue) = 192+138+201=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 201 - color contains mainly: blue. Hex color #C08AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08AC9 is #3F7536. Grayscale: #A1A1A1. Windows color (decimal): -4158775 or 13208256. OLE color: 13208256.

HSL color Cylindrical-coordinate representation of color #C08AC9: hue angle of 291.43º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C08AC9 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 138 201 -
CMYK 0.04 0.31 0 0.21
HSL 291.43º 0.37% 0.66% -
HSV(B) 291.43º 0.31% 0.79% -
XYZ 41.37 33.6 59.56 -
YUV 161.33 150.39 149.88 -
System Red Green Blue C M Y K H S L
Decimal 192 138 201 0.04 0.31 0 0.21 291.43 0.37 0.66
Hex C0 8A C9 4 1F 0 15 123 25 42
Octal 300 212 311 4 37 0 25 443 45 102
Binary 11000000 10001010 11001001 100 11111 0 10101 100100011 100101 1000010

Color Harmonies of #C08AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08AC9

Black with #C08AC9

Text Example


Text Example

White with #C08AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08AC9; }

 p { color: rgb(192,138,201); }

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

background-color css

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

 a { background-color: rgb(192,138,201); }

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

border-color css

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

 span { border-color: rgb(192,138,201); }

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