#C494D4

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

Shades of Wisteria #C494D4

Tints of Wisteria #C494D4

Color information

#C494D4 (or 0xC494D4) is unknown color: approx Wisteria. HEX triplet: C4, 94 and D4. RGB value is (196,148,212). Sum of RGB (Red+Green+Blue) = 196+148+212=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 212 - color contains mainly: blue. Hex color #C494D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C494D4 is #3B6B2B. Grayscale: #A9A9A9. Windows color (decimal): -3894060 or 13931716. OLE color: 13931716.

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

Color convert

RGB196148212-
CMYK0.080.3000.17
HSL285º42.67%70.59%-
HSV(B)285º30.19%83.14%-
XYZ45.2437.6767.17-
YUV169.65151.9146.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.25%
GREEN value IS 148 (58.20% from 255) = 26.62%
BLUE value IS 212 (83.20% from 255) = 38.13%
R=35.25%
G=26.62%
B=38.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1961482120.080.3000.1728542.6770.59
HexC494D481E01111d2b47
Octal304224324103602143553107
Binary1100010010010100110101001000111100100011000111011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C494D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C494D4; }

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

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

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

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

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

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

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

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