#C381EA

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

Shades of Wisteria #C381EA

Tints of Wisteria #C381EA

Color information

#C381EA (or 0xC381EA) is unknown color: approx Wisteria. HEX triplet: C3, 81 and EA. RGB value is (195,129,234). Sum of RGB (Red+Green+Blue) = 195+129+234=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #C381EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C381EA is #3C7E15. Grayscale: #A0A0A0. Windows color (decimal): -3964438 or 15368643. OLE color: 15368643.

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

Color convert

RGB195129234-
CMYK0.170.4500.08
HSL277.71º71.43%71.18%-
HSV(B)277.71º44.87%91.76%-
XYZ45.2133.2481.88-
YUV160.7169.37152.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.95%
GREEN value IS 129 (50.78% from 255) = 23.12%
BLUE value IS 234 (91.80% from 255) = 41.94%
R=34.95%
G=23.12%
B=41.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951292340.170.4500.08277.7171.4371.18
HexC381EA112D081164747
Octal3032013522155010426107107
Binary110000111000000111101010100011011010100010001011010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C381EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C381EA; }

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

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

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

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

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

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

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

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