#C482DF

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

Shades of Wisteria #C482DF

Tints of Wisteria #C482DF

Color information

#C482DF (or 0xC482DF) is unknown color: approx Wisteria. HEX triplet: C4, 82 and DF. RGB value is (196,130,223). Sum of RGB (Red+Green+Blue) = 196+130+223=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #C482DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482DF is #3B7D20. Grayscale: #A0A0A0. Windows color (decimal): -3898657 or 14648004. OLE color: 14648004.

HSL color Cylindrical-coordinate representation of color #C482DF: hue angle of 282.58º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C482DF is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196130223-
CMYK0.120.4200.13
HSL282.58º59.24%69.22%-
HSV(B)282.58º41.7%87.45%-
XYZ44.0733.0373.86-
YUV160.34163.37153.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.70%
GREEN value IS 130 (51.17% from 255) = 23.68%
BLUE value IS 223 (87.5% from 255) = 40.62%
R=35.70%
G=23.68%
B=40.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961302230.120.4200.13282.5859.2469.22
HexC482DFC2A0D11b3b45
Octal304202337145201543373105
Binary1100010010000010110111111100101010011011000110111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C482DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C482DF; }

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

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

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

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

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

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

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

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