#C093EA

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

Shades of Wisteria #C093EA

Tints of Wisteria #C093EA

Color information

#C093EA (or 0xC093EA) is unknown color: approx Wisteria. HEX triplet: C0, 93 and EA. RGB value is (192,147,234). Sum of RGB (Red+Green+Blue) = 192+147+234=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #C093EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C093EA is #3F6C15. Grayscale: #AAAAAA. Windows color (decimal): -4156438 or 15373248. OLE color: 15373248.

HSL color Cylindrical-coordinate representation of color #C093EA: hue angle of 271.03º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C093EA is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192147234-
CMYK0.180.3700.08
HSL271.03º67.44%74.71%-
HSV(B)271.03º37.18%91.76%-
XYZ47.0238.0182.7-
YUV170.37163.91143.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.51%
GREEN value IS 147 (57.81% from 255) = 25.65%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=33.51%
G=25.65%
B=40.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921472340.180.3700.08271.0367.4474.71
HexC093EA12250810f434b
Octal3002233522245010417103113
Binary110000001001001111101010100101001010100010000111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C093EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C093EA; }

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

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

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

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

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

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

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

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