#C494D9

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

Shades of Wisteria #C494D9

Tints of Wisteria #C494D9

Color information

#C494D9 (or 0xC494D9) is unknown color: approx Wisteria. HEX triplet: C4, 94 and D9. RGB value is (196,148,217). Sum of RGB (Red+Green+Blue) = 196+148+217=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 217 - color contains mainly: blue. Hex color #C494D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C494D9 is #3B6B26. Grayscale: #A9A9A9. Windows color (decimal): -3894055 or 14259396. OLE color: 14259396.

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

Color convert

RGB196148217-
CMYK0.100.3200.15
HSL281.74º47.59%71.57%-
HSV(B)281.74º31.8%85.1%-
XYZ45.8837.9370.55-
YUV170.22154.4146.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.94%
GREEN value IS 148 (58.20% from 255) = 26.38%
BLUE value IS 217 (85.16% from 255) = 38.68%
R=34.94%
G=26.38%
B=38.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961482170.100.3200.15281.7447.5971.57
HexC494D9A200F11a3048
Octal304224331124001743260110
Binary1100010010010100110110011010100000011111000110101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C494D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C494D9; }

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

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

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

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

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

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

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

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