#C493DD

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

Shades of Wisteria #C493DD

Tints of Wisteria #C493DD

Color information

#C493DD (or 0xC493DD) is unknown color: approx Wisteria. HEX triplet: C4, 93 and DD. RGB value is (196,147,221). Sum of RGB (Red+Green+Blue) = 196+147+221=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #C493DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493DD is #3B6C22. Grayscale: #A9A9A9. Windows color (decimal): -3894307 or 14521284. OLE color: 14521284.

HSL color Cylindrical-coordinate representation of color #C493DD: hue angle of 279.73º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C493DD is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196147221-
CMYK0.110.3300.13
HSL279.73º52.11%72.16%-
HSV(B)279.73º33.48%86.67%-
XYZ46.2537.8273.27-
YUV170.09156.73146.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.75%
GREEN value IS 147 (57.81% from 255) = 26.06%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=34.75%
G=26.06%
B=39.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961472210.110.3300.13279.7352.1172.16
HexC493DDB210D1183448
Octal304223335134101543064110
Binary1100010010010011110111011011100001011011000110001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C493DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C493DD; }

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

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

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

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

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

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

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

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