Shades of Wisteria #C59BDF
Tints of Wisteria #C59BDF
RGB
CMYK
RGB Variations
Color information
#C59BDF (or 0xC59BDF) is known color: Wisteria. HEX triplet: C5, 9B and DF. RGB value is (197,155,223). Sum of RGB (Red+Green+Blue) = 197+155+223=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #C59BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59BDF is #3A6420. Grayscale: #AFAFAF. Windows color (decimal): -3826721 or 14654405. OLE color: 14654405.
HSL color Cylindrical-coordinate representation of color #C59BDF: hue angle of 277.06º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C59BDF is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 155 | 223 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.13 |
| HSL | 277.06º | 0.52% | 0.74% | - |
| HSV(B) | 277.06º | 0.3% | 0.87% | - |
| XYZ | 48.07 | 40.64 | 75.12 | - |
| YUV | 175.31 | 154.91 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 223 | 0.12 | 0.30 | 0 | 0.13 | 277.06 | 0.52 | 0.74 |
| Hex | C5 | 9B | DF | C | 1E | 0 | D | 115 | 34 | 4A |
| Octal | 305 | 233 | 337 | 14 | 36 | 0 | 15 | 425 | 64 | 112 |
| Binary | 11000101 | 10011011 | 11011111 | 1100 | 11110 | 0 | 1101 | 100010101 | 110100 | 1001010 |
Color Harmonies of #C59BDF
Complementary color
Monochromatic Colors of #C59BDF
Black with #C59BDF
Text Example
Text Example
White with #C59BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59BDF; }
p { color: rgb(197,155,223); }
H1.HeaderClassName
{
color: #C59BDF;
}
.AnyTagClassName
{
color: #C59BDF;
}
</style>
background-color css
<style>
a { background-color: #C59BDF; }
a { background-color: rgb(197,155,223); }
div.DivClassName
{
background-color: #C59BDF;
}
.BgClassName
{
background-color: #C59BDF;
}
</style>
border-color css
<style>
span { border-color: #C59BDF; }
span { border-color: rgb(197,155,223); }
td.TdClassName
{
border-color: #C59BDF;
}
.TagClassName
{
border-color: #C59BDF;
}
</style>