#c482c3

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

Shades of Lilac #C482C3

Tints of Lilac #C482C3

Color information

#C482C3 (or 0xC482C3) is unknown color: approx Lilac. HEX triplet: C4, 82 and C3. RGB value is (196,130,195). Sum of RGB (Red+Green+Blue) = 196+130+195=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 196 - color contains mainly: red. Hex color #C482C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482C3 is #3B7D3C. Grayscale: #9C9C9C. Windows color (decimal): -3898685 or 12812996. OLE color: 12812996.

HSL color Cylindrical-coordinate representation of color #C482C3: hue angle of 300.91º 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 #C482C3 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB196130195-
CMYK00.340.010.23
HSL300.91º35.87%63.92%-
HSV(B)300.91º33.67%76.86%-
XYZ40.631.6455.6-
YUV157.14149.37155.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.62%
GREEN value IS 130 (51.17% from 255) = 24.95%
BLUE value IS 195 (76.56% from 255) = 37.43%
R=37.62%
G=24.95%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613019500.340.010.23300.9135.8763.92
HexC482C302211712d2440
Octal30420230304212745544100
Binary11000100100000101100001101000101101111001011011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c482c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c482c3; }

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

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

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

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

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

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

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

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