#C093E3

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

Shades of Wisteria #C093E3

Tints of Wisteria #C093E3

Color information

#C093E3 (or 0xC093E3) is unknown color: approx Wisteria. HEX triplet: C0, 93 and E3. RGB value is (192,147,227). Sum of RGB (Red+Green+Blue) = 192+147+227=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 227 (89.06% from 255 or 40.11% from 566); Max value from RGB is 227 - color contains mainly: blue. Hex color #C093E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093E3 is #3F6C1C. Grayscale: #A9A9A9. Windows color (decimal): -4156445 or 14914496. OLE color: 14914496.

HSL color Cylindrical-coordinate representation of color #C093E3: hue angle of 273.75º 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 #C093E3 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB192147227-
CMYK0.150.3500.11
HSL273.75º58.82%73.33%-
HSV(B)273.75º35.24%89.02%-
XYZ46.0437.6277.51-
YUV169.58160.41144-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.92%
GREEN value IS 147 (57.81% from 255) = 25.97%
BLUE value IS 227 (89.06% from 255) = 40.11%
R=33.92%
G=25.97%
B=40.11%

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
Decimal1921472270.150.3500.11273.7558.8273.33
HexC093E3F230B1123b49
Octal300223343174301342273111
Binary1100000010010011111000111111100011010111000100101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C093E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C093E3; }

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

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

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

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

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

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

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

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