#C08CC4

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

Shades of Lilac #C08CC4

Tints of Lilac #C08CC4

Color information

#C08CC4 (or 0xC08CC4) is unknown color: approx Lilac. HEX triplet: C0, 8C and C4. RGB value is (192,140,196). Sum of RGB (Red+Green+Blue) = 192+140+196=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 196 - color contains mainly: blue. Hex color #C08CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CC4 is #3F733B. Grayscale: #A1A1A1. Windows color (decimal): -4158268 or 12881088. OLE color: 12881088.

HSL color Cylindrical-coordinate representation of color #C08CC4: hue angle of 295.71º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C08CC4 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB192140196-
CMYK0.020.2900.23
HSL295.71º32.18%65.88%-
HSV(B)295.71º28.57%76.86%-
XYZ41.0833.9556.61-
YUV161.93147.23149.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 140 (55.08% from 255) = 26.52%
BLUE value IS 196 (76.95% from 255) = 37.12%
R=36.36%
G=26.52%
B=37.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921401960.020.2900.23295.7132.1865.88
HexC08CC421D0171282042
Octal30021430423502745040102
Binary11000000100011001100010010111010101111001010001000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08CC4; }

 p { color: rgb(192,140,196); }

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

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

 a { background-color: rgb(192,140,196); }

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

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

 span { border-color: rgb(192,140,196); }

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