#c482d8

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

Shades of Wisteria #C482D8

Tints of Wisteria #C482D8

Color information

#C482D8 (or 0xC482D8) is unknown color: approx Wisteria. HEX triplet: C4, 82 and D8. RGB value is (196,130,216). Sum of RGB (Red+Green+Blue) = 196+130+216=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 130 (51.17% from 255 or 23.99% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 216 - color contains mainly: blue. Hex color #C482D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482D8 is #3B7D27. Grayscale: #9F9F9F. Windows color (decimal): -3898664 or 14189252. OLE color: 14189252.

HSL color Cylindrical-coordinate representation of color #C482D8: hue angle of 286.05º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C482D8 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196130216-
CMYK0.090.4000.15
HSL286.05º52.44%67.84%-
HSV(B)286.05º39.81%84.71%-
XYZ43.1432.6669-
YUV159.54159.87154.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.16%
GREEN value IS 130 (51.17% from 255) = 23.99%
BLUE value IS 216 (84.77% from 255) = 39.85%
R=36.16%
G=23.99%
B=39.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961302160.090.4000.15286.0552.4467.84
HexC482D89280F11e3444
Octal304202330115001743664104
Binary1100010010000010110110001001101000011111000111101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c482d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c482d8; }

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

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

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

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

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

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

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

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