#C082C6

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

Shades of Lilac #C082C6

Tints of Lilac #C082C6

Color information

#C082C6 (or 0xC082C6) is unknown color: approx Lilac. HEX triplet: C0, 82 and C6. RGB value is (192,130,198). Sum of RGB (Red+Green+Blue) = 192+130+198=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 198 - color contains mainly: blue. Hex color #C082C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C082C6 is #3F7D39. Grayscale: #9C9C9C. Windows color (decimal): -4160826 or 13009600. OLE color: 13009600.

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

Color convert

RGB192130198-
CMYK0.030.3400.22
HSL294.71º37.36%64.31%-
HSV(B)294.71º34.34%77.65%-
XYZ39.9131.2557.35-
YUV156.29151.54153.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.92%
GREEN value IS 130 (51.17% from 255) = 25%
BLUE value IS 198 (77.73% from 255) = 38.08%
R=36.92%
G=25%
B=38.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921301980.030.3400.22294.7137.3664.31
HexC082C63220161272540
Octal30020230634202644745100
Binary110000001000001011000110111000100101101001001111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C082C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C082C6; }

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

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

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

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

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

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

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

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