#C08AC9

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

Shades of Lilac #C08AC9

Tints of Lilac #C08AC9

Color information

#C08AC9 (or 0xC08AC9) is unknown color: approx 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

RGB192138201-
CMYK0.040.3100.21
HSL291.43º36.84%66.47%-
HSV(B)291.43º31.34%78.82%-
XYZ41.3733.659.56-
YUV161.33150.39149.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.16%
GREEN value IS 138 (54.30% 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 (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921382010.040.3100.21291.4336.8466.47
HexC08AC941F0151232542
Octal30021231143702544345102
Binary110000001000101011001001100111110101011001000111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>