#C493D4

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

Shades of Wisteria #C493D4

Tints of Wisteria #C493D4

Color information

#C493D4 (or 0xC493D4) is unknown color: approx Wisteria. HEX triplet: C4, 93 and D4. RGB value is (196,147,212). Sum of RGB (Red+Green+Blue) = 196+147+212=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 212 - color contains mainly: blue. Hex color #C493D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493D4 is #3B6C2B. Grayscale: #A8A8A8. Windows color (decimal): -3894316 or 13931460. OLE color: 13931460.

HSL color Cylindrical-coordinate representation of color #C493D4: hue angle of 285.23º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C493D4 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB196147212-
CMYK0.080.3100.17
HSL285.23º43.05%70.39%-
HSV(B)285.23º30.66%83.14%-
XYZ45.0837.3667.12-
YUV169.06152.23147.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.32%
GREEN value IS 147 (57.81% from 255) = 26.49%
BLUE value IS 212 (83.20% from 255) = 38.20%
R=35.32%
G=26.49%
B=38.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1961472120.080.3100.17285.2343.0570.39
HexC493D481F01111d2b46
Octal304223324103702143553106
Binary1100010010010011110101001000111110100011000111011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C493D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C493D4; }

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

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

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

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

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

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

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

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