#C493DA

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

Shades of Wisteria #C493DA

Tints of Wisteria #C493DA

Color information

#C493DA (or 0xC493DA) is unknown color: approx Wisteria. HEX triplet: C4, 93 and DA. RGB value is (196,147,218). Sum of RGB (Red+Green+Blue) = 196+147+218=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #C493DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493DA is #3B6C25. Grayscale: #A9A9A9. Windows color (decimal): -3894310 or 14324676. OLE color: 14324676.

HSL color Cylindrical-coordinate representation of color #C493DA: hue angle of 281.41º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C493DA is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196147218-
CMYK0.100.3300.15
HSL281.41º48.97%71.57%-
HSV(B)281.41º32.57%85.49%-
XYZ45.8537.6771.18-
YUV169.74155.23146.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.94%
GREEN value IS 147 (57.81% from 255) = 26.20%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=34.94%
G=26.20%
B=38.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961472180.100.3300.15281.4148.9771.57
HexC493DAA210F1193148
Octal304223332124101743161110
Binary1100010010010011110110101010100001011111000110011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C493DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C493DA; }

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

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

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

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

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

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

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

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