#C494DA

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

Shades of Wisteria #C494DA

Tints of Wisteria #C494DA

Color information

#C494DA (or 0xC494DA) is unknown color: approx Wisteria. HEX triplet: C4, 94 and DA. RGB value is (196,148,218). Sum of RGB (Red+Green+Blue) = 196+148+218=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #C494DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C494DA is #3B6B25. Grayscale: #AAAAAA. Windows color (decimal): -3894054 or 14324932. OLE color: 14324932.

HSL color Cylindrical-coordinate representation of color #C494DA: hue angle of 281.14º degrees, saturation: 0.49, 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 #C494DA is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196148218-
CMYK0.100.3200.15
HSL281.14º48.61%71.76%-
HSV(B)281.14º32.11%85.49%-
XYZ46.0137.9871.24-
YUV170.33154.9146.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.88%
GREEN value IS 148 (58.20% from 255) = 26.33%
BLUE value IS 218 (85.55% from 255) = 38.79%
R=34.88%
G=26.33%
B=38.79%

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
Decimal1961482180.100.3200.15281.1448.6171.76
HexC494DAA200F1193148
Octal304224332124001743161110
Binary1100010010010100110110101010100000011111000110011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C494DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C494DA; }

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

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

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

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

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

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

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

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