#C482C0

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

Shades of Lilac #C482C0

Tints of Lilac #C482C0

Color information

#C482C0 (or 0xC482C0) is unknown color: approx Lilac. HEX triplet: C4, 82 and C0. RGB value is (196,130,192). Sum of RGB (Red+Green+Blue) = 196+130+192=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C482C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482C0 is #3B7D3F. Grayscale: #9C9C9C. Windows color (decimal): -3898688 or 12616388. OLE color: 12616388.

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

Color convert

RGB196130192-
CMYK00.340.020.23
HSL303.64º35.87%63.92%-
HSV(B)303.64º33.67%76.86%-
XYZ40.2631.5153.83-
YUV156.8147.87155.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.84%
GREEN value IS 130 (51.17% from 255) = 25.10%
BLUE value IS 192 (75.39% from 255) = 37.07%
R=37.84%
G=25.10%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613019200.340.020.23303.6435.8763.92
HexC482C00222171302440
Octal30420230004222746044100
Binary110001001000001011000000010001010101111001100001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C482C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C482C0; }

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

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

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

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

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

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

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

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