#C597DC

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

Shades of Wisteria #C597DC

Tints of Wisteria #C597DC

Color information

#C597DC (or 0xC597DC) is unknown color: approx Wisteria. HEX triplet: C5, 97 and DC. RGB value is (197,151,220). Sum of RGB (Red+Green+Blue) = 197+151+220=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #C597DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C597DC is #3A6823. Grayscale: #ACACAC. Windows color (decimal): -3827748 or 14456773. OLE color: 14456773.

HSL color Cylindrical-coordinate representation of color #C597DC: hue angle of 280º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C597DC is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197151220-
CMYK0.100.3100.14
HSL280º49.64%72.75%-
HSV(B)280º31.36%86.27%-
XYZ47.0139.1772.79-
YUV172.62154.74145.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.68%
GREEN value IS 151 (59.38% from 255) = 26.58%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=34.68%
G=26.58%
B=38.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971512200.100.3100.1428049.6472.75
HexC597DCA1F0E1183249
Octal305227334123701643062111
Binary110001011001011111011100101011111011101000110001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C597DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C597DC; }

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

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

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

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

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

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

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

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