#C08ACC

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

Shades of Lilac #C08ACC

Tints of Lilac #C08ACC

Color information

#C08ACC (or 0xC08ACC) is unknown color: approx Lilac. HEX triplet: C0, 8A and CC. RGB value is (192,138,204). Sum of RGB (Red+Green+Blue) = 192+138+204=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #C08ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ACC is #3F7533. Grayscale: #A1A1A1. Windows color (decimal): -4158772 or 13404864. OLE color: 13404864.

HSL color Cylindrical-coordinate representation of color #C08ACC: hue angle of 289.09º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C08ACC is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB192138204-
CMYK0.060.3200.2
HSL289.09º39.29%67.06%-
HSV(B)289.09º32.35%80%-
XYZ41.7333.7461.44-
YUV161.67151.89149.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.96%
GREEN value IS 138 (54.30% from 255) = 25.84%
BLUE value IS 204 (80.08% from 255) = 38.20%
R=35.96%
G=25.84%
B=38.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1921382040.060.3200.2289.0939.2967.06
HexC08ACC6200141212743
Octal30021231464002444147103
Binary1100000010001010110011001101000000101001001000011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08ACC; }

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

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

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

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

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

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

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

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