#C293E3

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

Shades of Wisteria #C293E3

Tints of Wisteria #C293E3

Color information

#C293E3 (or 0xC293E3) is unknown color: approx Wisteria. HEX triplet: C2, 93 and E3. RGB value is (194,147,227). Sum of RGB (Red+Green+Blue) = 194+147+227=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 227 (89.06% from 255 or 39.96% from 568); Max value from RGB is 227 - color contains mainly: blue. Hex color #C293E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293E3 is #3D6C1C. Grayscale: #A9A9A9. Windows color (decimal): -4025373 or 14914498. OLE color: 14914498.

HSL color Cylindrical-coordinate representation of color #C293E3: hue angle of 275.25º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C293E3 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB194147227-
CMYK0.150.3500.11
HSL275.25º58.82%73.33%-
HSV(B)275.25º35.24%89.02%-
XYZ46.5537.8877.53-
YUV170.17160.07145-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.15%
GREEN value IS 147 (57.81% from 255) = 25.88%
BLUE value IS 227 (89.06% from 255) = 39.96%
R=34.15%
G=25.88%
B=39.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1941472270.150.3500.11275.2558.8273.33
HexC293E3F230B1133b49
Octal302223343174301342373111
Binary1100001010010011111000111111100011010111000100111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C293E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C293E3; }

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

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

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

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

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

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

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

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