#C293EC

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

Shades of Wisteria #C293EC

Tints of Wisteria #C293EC

Color information

#C293EC (or 0xC293EC) is unknown color: approx Wisteria. HEX triplet: C2, 93 and EC. RGB value is (194,147,236). Sum of RGB (Red+Green+Blue) = 194+147+236=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #C293EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C293EC is #3D6C13. Grayscale: #AAAAAA. Windows color (decimal): -4025364 or 15504322. OLE color: 15504322.

HSL color Cylindrical-coordinate representation of color #C293EC: hue angle of 271.69º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C293EC is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194147236-
CMYK0.180.3800.07
HSL271.69º70.08%75.1%-
HSV(B)271.69º37.71%92.55%-
XYZ47.8238.3984.25-
YUV171.2164.57144.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.62%
GREEN value IS 147 (57.81% from 255) = 25.48%
BLUE value IS 236 (92.58% from 255) = 40.90%
R=33.62%
G=25.48%
B=40.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941472360.180.3800.07271.6970.0875.1
HexC293EC122607110464b
Octal302223354224607420106113
Binary11000010100100111110110010010100110011110001000010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C293EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C293EC; }

 p { color: rgb(194,147,236); }

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

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

 a { background-color: rgb(194,147,236); }

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

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

 span { border-color: rgb(194,147,236); }

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