#C381EC

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

Shades of Wisteria #C381EC

Tints of Wisteria #C381EC

Color information

#C381EC (or 0xC381EC) is unknown color: approx Wisteria. HEX triplet: C3, 81 and EC. RGB value is (195,129,236). Sum of RGB (Red+Green+Blue) = 195+129+236=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #C381EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C381EC is #3C7E13. Grayscale: #A0A0A0. Windows color (decimal): -3964436 or 15499715. OLE color: 15499715.

HSL color Cylindrical-coordinate representation of color #C381EC: hue angle of 277.01º 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 #C381EC is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195129236-
CMYK0.170.4500.07
HSL277.01º73.79%71.57%-
HSV(B)277.01º45.34%92.55%-
XYZ45.533.3683.4-
YUV160.93170.37152.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.82%
GREEN value IS 129 (50.78% from 255) = 23.04%
BLUE value IS 236 (92.58% from 255) = 42.14%
R=34.82%
G=23.04%
B=42.14%

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
Decimal1951292360.170.4500.07277.0173.7971.57
HexC381EC112D071154a48
Octal303201354215507425112110
Binary11000011100000011110110010001101101011110001010110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C381EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C381EC; }

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

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

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

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

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

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

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

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