#C080C6

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

Shades of Lilac #C080C6

Tints of Lilac #C080C6

Color information

#C080C6 (or 0xC080C6) is unknown color: approx Lilac. HEX triplet: C0, 80 and C6. RGB value is (192,128,198). Sum of RGB (Red+Green+Blue) = 192+128+198=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 198 - color contains mainly: blue. Hex color #C080C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080C6 is #3F7F39. Grayscale: #9A9A9A. Windows color (decimal): -4161338 or 13009088. OLE color: 13009088.

HSL color Cylindrical-coordinate representation of color #C080C6: hue angle of 294.86º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C080C6 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB192128198-
CMYK0.030.3500.22
HSL294.86º38.04%63.92%-
HSV(B)294.86º35.35%77.65%-
XYZ39.6530.7257.27-
YUV155.12152.2154.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.07%
GREEN value IS 128 (50.39% from 255) = 24.71%
BLUE value IS 198 (77.73% from 255) = 38.22%
R=37.07%
G=24.71%
B=38.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921281980.030.3500.22294.8638.0463.92
HexC080C63230161272640
Octal30020030634302644746100
Binary110000001000000011000110111000110101101001001111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C080C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C080C6; }

 p { color: rgb(192,128,198); }

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

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

 a { background-color: rgb(192,128,198); }

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

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

 span { border-color: rgb(192,128,198); }

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