#C494D0

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

Shades of Wisteria #C494D0

Tints of Wisteria #C494D0

Color information

#C494D0 (or 0xC494D0) is unknown color: approx Wisteria. HEX triplet: C4, 94 and D0. RGB value is (196,148,208). Sum of RGB (Red+Green+Blue) = 196+148+208=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 208 - color contains mainly: blue. Hex color #C494D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C494D0 is #3B6B2F. Grayscale: #A9A9A9. Windows color (decimal): -3894064 or 13669572. OLE color: 13669572.

HSL color Cylindrical-coordinate representation of color #C494D0: hue angle of 288º degrees, saturation: 0.39, 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 #C494D0 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196148208-
CMYK0.060.2900.18
HSL288º38.96%69.8%-
HSV(B)288º28.85%81.57%-
XYZ44.7437.4764.55-
YUV169.19149.9147.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.51%
GREEN value IS 148 (58.20% from 255) = 26.81%
BLUE value IS 208 (81.64% from 255) = 37.68%
R=35.51%
G=26.81%
B=37.68%

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
Decimal1961482080.060.2900.1828838.9669.8
HexC494D061D0121202746
Octal30422432063502244047106
Binary110001001001010011010000110111010100101001000001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C494D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C494D0; }

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

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

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

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

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

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

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

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