#C493F9

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

Shades of Wisteria #C493F9

Tints of Wisteria #C493F9

Color information

#C493F9 (or 0xC493F9) is unknown color: approx Wisteria. HEX triplet: C4, 93 and F9. RGB value is (196,147,249). Sum of RGB (Red+Green+Blue) = 196+147+249=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #C493F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C493F9 is #3B6C06. Grayscale: #ACACAC. Windows color (decimal): -3894279 or 16356292. OLE color: 16356292.

HSL color Cylindrical-coordinate representation of color #C493F9: hue angle of 268.82º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C493F9 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB196147249-
CMYK0.210.4100.02
HSL268.82º89.47%77.65%-
HSV(B)268.82º40.96%97.65%-
XYZ50.339.4494.58-
YUV173.28170.73144.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.11%
GREEN value IS 147 (57.81% from 255) = 24.83%
BLUE value IS 249 (97.66% from 255) = 42.06%
R=33.11%
G=24.83%
B=42.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1961472490.210.4100.02268.8289.4777.65
HexC493F915290210d594e
Octal304223371255102415131116
Binary1100010010010011111110011010110100101010000110110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C493F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C493F9; }

 p { color: rgb(196,147,249); }

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

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

 a { background-color: rgb(196,147,249); }

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

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

 span { border-color: rgb(196,147,249); }

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