#C382EC

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

Shades of Wisteria #C382EC

Tints of Wisteria #C382EC

Color information

#C382EC (or 0xC382EC) is unknown color: approx Wisteria. HEX triplet: C3, 82 and EC. RGB value is (195,130,236). Sum of RGB (Red+Green+Blue) = 195+130+236=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #C382EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C382EC is #3C7D13. Grayscale: #A1A1A1. Windows color (decimal): -3964180 or 15499971. OLE color: 15499971.

HSL color Cylindrical-coordinate representation of color #C382EC: hue angle of 276.79º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C382EC is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195130236-
CMYK0.170.4500.07
HSL276.79º73.61%71.76%-
HSV(B)276.79º44.92%92.55%-
XYZ45.6333.6283.44-
YUV161.52170.03151.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.76%
GREEN value IS 130 (51.17% from 255) = 23.17%
BLUE value IS 236 (92.58% from 255) = 42.07%
R=34.76%
G=23.17%
B=42.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951302360.170.4500.07276.7973.6171.76
HexC382EC112D071154a48
Octal303202354215507425112110
Binary11000011100000101110110010001101101011110001010110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C382EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C382EC; }

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

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

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

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

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

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

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

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