#C093E5

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

Shades of Wisteria #C093E5

Tints of Wisteria #C093E5

Color information

#C093E5 (or 0xC093E5) is unknown color: approx Wisteria. HEX triplet: C0, 93 and E5. RGB value is (192,147,229). Sum of RGB (Red+Green+Blue) = 192+147+229=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 229 - color contains mainly: blue. Hex color #C093E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093E5 is #3F6C1A. Grayscale: #A9A9A9. Windows color (decimal): -4156443 or 15045568. OLE color: 15045568.

HSL color Cylindrical-coordinate representation of color #C093E5: hue angle of 272.93º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C093E5 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB192147229-
CMYK0.160.3600.10
HSL272.93º61.19%73.73%-
HSV(B)272.93º35.81%89.8%-
XYZ46.3137.7378.97-
YUV169.8161.41143.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.80%
GREEN value IS 147 (57.81% from 255) = 25.88%
BLUE value IS 229 (89.84% from 255) = 40.32%
R=33.80%
G=25.88%
B=40.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1921472290.160.3600.10272.9361.1973.73
HexC093E510240A1113d4a
Octal300223345204401242175112
Binary11000000100100111110010110000100100010101000100011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C093E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C093E5; }

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

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

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

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

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

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

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

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