#C594D0

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

Shades of Wisteria #C594D0

Tints of Wisteria #C594D0

Color information

#C594D0 (or 0xC594D0) is unknown color: approx Wisteria. HEX triplet: C5, 94 and D0. RGB value is (197,148,208). Sum of RGB (Red+Green+Blue) = 197+148+208=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 208 - color contains mainly: blue. Hex color #C594D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C594D0 is #3A6B2F. Grayscale: #A9A9A9. Windows color (decimal): -3828528 or 13669573. OLE color: 13669573.

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

Color convert

RGB197148208-
CMYK0.050.2900.18
HSL289º38.96%69.8%-
HSV(B)289º28.85%81.57%-
XYZ4537.664.56-
YUV169.49149.73147.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.62%
GREEN value IS 148 (58.20% from 255) = 26.76%
BLUE value IS 208 (81.64% from 255) = 37.61%
R=35.62%
G=26.76%
B=37.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971482080.050.2900.1828938.9669.8
HexC594D051D0121212746
Octal30522432053502244147106
Binary110001011001010011010000101111010100101001000011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C594D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C594D0; }

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

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

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

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

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

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

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

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