#C494D1

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

Shades of Wisteria #C494D1

Tints of Wisteria #C494D1

Color information

#C494D1 (or 0xC494D1) is unknown color: approx Wisteria. HEX triplet: C4, 94 and D1. RGB value is (196,148,209). Sum of RGB (Red+Green+Blue) = 196+148+209=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 209 - color contains mainly: blue. Hex color #C494D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C494D1 is #3B6B2E. Grayscale: #A9A9A9. Windows color (decimal): -3894063 or 13735108. OLE color: 13735108.

HSL color Cylindrical-coordinate representation of color #C494D1: hue angle of 287.21º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C494D1 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196148209-
CMYK0.060.2900.18
HSL287.21º39.87%70%-
HSV(B)287.21º29.19%81.96%-
XYZ44.8637.5265.2-
YUV169.31150.4147.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.44%
GREEN value IS 148 (58.20% from 255) = 26.76%
BLUE value IS 209 (82.03% from 255) = 37.79%
R=35.44%
G=26.76%
B=37.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961482090.060.2900.18287.2139.8770
HexC494D161D01211f2846
Octal30422432163502243750106
Binary110001001001010011010001110111010100101000111111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C494D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C494D1; }

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

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

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

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

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

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

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

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