#C493DF

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

Shades of Wisteria #C493DF

Tints of Wisteria #C493DF

Color information

#C493DF (or 0xC493DF) is unknown color: approx Wisteria. HEX triplet: C4, 93 and DF. RGB value is (196,147,223). Sum of RGB (Red+Green+Blue) = 196+147+223=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #C493DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493DF is #3B6C20. Grayscale: #AAAAAA. Windows color (decimal): -3894305 or 14652356. OLE color: 14652356.

HSL color Cylindrical-coordinate representation of color #C493DF: hue angle of 278.68º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C493DF is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196147223-
CMYK0.120.3400.13
HSL278.68º54.29%72.55%-
HSV(B)278.68º34.08%87.45%-
XYZ46.5237.9374.68-
YUV170.32157.73146.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.63%
GREEN value IS 147 (57.81% from 255) = 25.97%
BLUE value IS 223 (87.5% from 255) = 39.40%
R=34.63%
G=25.97%
B=39.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961472230.120.3400.13278.6854.2972.55
HexC493DFC220D1173649
Octal304223337144201542766111
Binary1100010010010011110111111100100010011011000101111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C493DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C493DF; }

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

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

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

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

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

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

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

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