#C482DE

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

Shades of Wisteria #C482DE

Tints of Wisteria #C482DE

Color information

#C482DE (or 0xC482DE) is unknown color: approx Wisteria. HEX triplet: C4, 82 and DE. RGB value is (196,130,222). Sum of RGB (Red+Green+Blue) = 196+130+222=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #C482DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482DE is #3B7D21. Grayscale: #9F9F9F. Windows color (decimal): -3898658 or 14582468. OLE color: 14582468.

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

Color convert

RGB196130222-
CMYK0.120.4100.13
HSL283.04º58.23%69.02%-
HSV(B)283.04º41.44%87.06%-
XYZ43.9332.9773.16-
YUV160.22162.87153.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.77%
GREEN value IS 130 (51.17% from 255) = 23.72%
BLUE value IS 222 (87.11% from 255) = 40.51%
R=35.77%
G=23.72%
B=40.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961302220.120.4100.13283.0458.2369.02
HexC482DEC290D11b3a45
Octal304202336145101543372105
Binary1100010010000010110111101100101001011011000110111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C482DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C482DE; }

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

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

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

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

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

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

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

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