#C493D8

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

Shades of Wisteria #C493D8

Tints of Wisteria #C493D8

Color information

#C493D8 (or 0xC493D8) is unknown color: approx Wisteria. HEX triplet: C4, 93 and D8. RGB value is (196,147,216). Sum of RGB (Red+Green+Blue) = 196+147+216=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #C493D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493D8 is #3B6C27. Grayscale: #A9A9A9. Windows color (decimal): -3894312 or 14193604. OLE color: 14193604.

HSL color Cylindrical-coordinate representation of color #C493D8: hue angle of 282.61º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C493D8 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196147216-
CMYK0.090.3200.15
HSL282.61º46.94%71.18%-
HSV(B)282.61º31.94%84.71%-
XYZ45.5937.5669.81-
YUV169.52154.23146.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.06%
GREEN value IS 147 (57.81% from 255) = 26.30%
BLUE value IS 216 (84.77% from 255) = 38.64%
R=35.06%
G=26.30%
B=38.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961472160.090.3200.15282.6146.9471.18
HexC493D89200F11b2f47
Octal304223330114001743357107
Binary1100010010010011110110001001100000011111000110111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C493D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C493D8; }

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

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

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

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

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

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

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

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