#C482BF

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

Shades of Lilac #C482BF

Tints of Lilac #C482BF

Color information

#C482BF (or 0xC482BF) is unknown color: approx Lilac. HEX triplet: C4, 82 and BF. RGB value is (196,130,191). Sum of RGB (Red+Green+Blue) = 196+130+191=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C482BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482BF is #3B7D40. Grayscale: #9C9C9C. Windows color (decimal): -3898689 or 12550852. OLE color: 12550852.

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

Color convert

RGB196130191-
CMYK00.340.030.23
HSL304.55º35.87%63.92%-
HSV(B)304.55º33.67%76.86%-
XYZ40.1531.4653.25-
YUV156.69147.37156.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.91%
GREEN value IS 130 (51.17% from 255) = 25.15%
BLUE value IS 191 (75% from 255) = 36.94%
R=37.91%
G=25.15%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613019100.340.030.23304.5535.8763.92
HexC482BF0223171312440
Octal30420227704232746144100
Binary110001001000001010111111010001011101111001100011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C482BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C482BF; }

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

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

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

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

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

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

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

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