#C596DC

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

Shades of Wisteria #C596DC

Tints of Wisteria #C596DC

Color information

#C596DC (or 0xC596DC) is unknown color: approx Wisteria. HEX triplet: C5, 96 and DC. RGB value is (197,150,220). Sum of RGB (Red+Green+Blue) = 197+150+220=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #C596DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C596DC is #3A6923. Grayscale: #ABABAB. Windows color (decimal): -3828004 or 14456517. OLE color: 14456517.

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

Color convert

RGB197150220-
CMYK0.100.3200.14
HSL280.29º50%72.55%-
HSV(B)280.29º31.82%86.27%-
XYZ46.8538.8572.74-
YUV172.03155.07145.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.74%
GREEN value IS 150 (58.98% from 255) = 26.46%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=34.74%
G=26.46%
B=38.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971502200.100.3200.14280.295072.55
HexC596DCA200E1183249
Octal305226334124001643062111
Binary1100010110010110110111001010100000011101000110001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C596DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C596DC; }

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

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

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

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

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

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

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

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