Shades of Wisteria #C59BDC
Tints of Wisteria #C59BDC
RGB
CMYK
RGB Variations
Color information
#C59BDC (or 0xC59BDC) is known color: Wisteria. HEX triplet: C5, 9B and DC. RGB value is (197,155,220). Sum of RGB (Red+Green+Blue) = 197+155+220=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #C59BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59BDC is #3A6423. Grayscale: #AEAEAE. Windows color (decimal): -3826724 or 14457797. OLE color: 14457797.
HSL color Cylindrical-coordinate representation of color #C59BDC: hue angle of 278.77º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C59BDC is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 155 | 220 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.14 |
| HSL | 278.77º | 0.48% | 0.74% | - |
| HSV(B) | 278.77º | 0.3% | 0.86% | - |
| XYZ | 47.67 | 40.48 | 73.01 | - |
| YUV | 174.97 | 153.41 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 220 | 0.10 | 0.30 | 0 | 0.14 | 278.77 | 0.48 | 0.74 |
| Hex | C5 | 9B | DC | A | 1E | 0 | E | 117 | 30 | 4A |
| Octal | 305 | 233 | 334 | 12 | 36 | 0 | 16 | 427 | 60 | 112 |
| Binary | 11000101 | 10011011 | 11011100 | 1010 | 11110 | 0 | 1110 | 100010111 | 110000 | 1001010 |
Color Harmonies of #C59BDC
Complementary color
Monochromatic Colors of #C59BDC
Black with #C59BDC
Text Example
Text Example
White with #C59BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59BDC; }
p { color: rgb(197,155,220); }
H1.HeaderClassName
{
color: #C59BDC;
}
.AnyTagClassName
{
color: #C59BDC;
}
</style>
background-color css
<style>
a { background-color: #C59BDC; }
a { background-color: rgb(197,155,220); }
div.DivClassName
{
background-color: #C59BDC;
}
.BgClassName
{
background-color: #C59BDC;
}
</style>
border-color css
<style>
span { border-color: #C59BDC; }
span { border-color: rgb(197,155,220); }
td.TdClassName
{
border-color: #C59BDC;
}
.TagClassName
{
border-color: #C59BDC;
}
</style>