#C093EF

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

Shades of Wisteria #C093EF

Tints of Wisteria #C093EF

Color information

#C093EF (or 0xC093EF) is unknown color: approx Wisteria. HEX triplet: C0, 93 and EF. RGB value is (192,147,239). Sum of RGB (Red+Green+Blue) = 192+147+239=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #C093EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C093EF is #3F6C10. Grayscale: #AAAAAA. Windows color (decimal): -4156433 or 15700928. OLE color: 15700928.

HSL color Cylindrical-coordinate representation of color #C093EF: hue angle of 269.35º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C093EF is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB192147239-
CMYK0.200.3800.06
HSL269.35º74.19%75.69%-
HSV(B)269.35º38.49%93.73%-
XYZ47.7538.3186.54-
YUV170.94166.41143.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.22%
GREEN value IS 147 (57.81% from 255) = 25.43%
BLUE value IS 239 (93.75% from 255) = 41.35%
R=33.22%
G=25.43%
B=41.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1921472390.200.3800.06269.3574.1975.69
HexC093EF14260610d4a4c
Octal300223357244606415112114
Binary11000000100100111110111110100100110011010000110110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C093EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C093EF; }

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

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

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

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

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

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

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

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