#C382EA

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

Shades of Wisteria #C382EA

Tints of Wisteria #C382EA

Color information

#C382EA (or 0xC382EA) is unknown color: approx Wisteria. HEX triplet: C3, 82 and EA. RGB value is (195,130,234). Sum of RGB (Red+Green+Blue) = 195+130+234=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #C382EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C382EA is #3C7D15. Grayscale: #A0A0A0. Windows color (decimal): -3964182 or 15368899. OLE color: 15368899.

HSL color Cylindrical-coordinate representation of color #C382EA: hue angle of 277.5º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C382EA is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB195130234-
CMYK0.170.4400.08
HSL277.5º71.23%71.37%-
HSV(B)277.5º44.44%91.76%-
XYZ45.3433.5181.92-
YUV161.29169.03152.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.88%
GREEN value IS 130 (51.17% from 255) = 23.26%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=34.88%
G=23.26%
B=41.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951302340.170.4400.08277.571.2371.37
HexC382EA112C081164747
Octal3032023522154010426107107
Binary110000111000001011101010100011011000100010001011010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C382EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C382EA; }

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

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

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

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

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

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

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

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