#C597D0

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

Shades of Wisteria #C597D0

Tints of Wisteria #C597D0

Color information

#C597D0 (or 0xC597D0) is unknown color: approx Wisteria. HEX triplet: C5, 97 and D0. RGB value is (197,151,208). Sum of RGB (Red+Green+Blue) = 197+151+208=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 208 - color contains mainly: blue. Hex color #C597D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C597D0 is #3A682F. Grayscale: #ABABAB. Windows color (decimal): -3827760 or 13670341. OLE color: 13670341.

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

Color convert

RGB197151208-
CMYK0.050.2700.18
HSL288.42º37.75%70.39%-
HSV(B)288.42º27.4%81.57%-
XYZ45.4838.5664.72-
YUV171.25148.74146.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.43%
GREEN value IS 151 (59.38% from 255) = 27.16%
BLUE value IS 208 (81.64% from 255) = 37.41%
R=35.43%
G=27.16%
B=37.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971512080.050.2700.18288.4237.7570.39
HexC597D051B0121202646
Octal30522732053302244046106
Binary110001011001011111010000101110110100101001000001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C597D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C597D0; }

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

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

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

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

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

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

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

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