Shades of Wisteria #C59CE8
Tints of Wisteria #C59CE8
RGB
CMYK
RGB Variations
Color information
#C59CE8 (or 0xC59CE8) is known color: Wisteria. HEX triplet: C5, 9C and E8. RGB value is (197,156,232). Sum of RGB (Red+Green+Blue) = 197+156+232=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 232 (91.02% from 255 or 39.66% from 585); Max value from RGB is 232 - color contains mainly: blue. Hex color #C59CE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59CE8 is #3A6317. Grayscale: #B0B0B0. Windows color (decimal): -3826456 or 15244485. OLE color: 15244485.
HSL color Cylindrical-coordinate representation of color #C59CE8: hue angle of 272.37º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C59CE8 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 156 | 232 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.09 |
| HSL | 272.37º | 0.62% | 0.76% | - |
| HSV(B) | 272.37º | 0.33% | 0.91% | - |
| XYZ | 49.48 | 41.47 | 81.74 | - |
| YUV | 176.92 | 159.08 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 156 | 232 | 0.15 | 0.33 | 0 | 0.09 | 272.37 | 0.62 | 0.76 |
| Hex | C5 | 9C | E8 | F | 21 | 0 | 9 | 110 | 3E | 4C |
| Octal | 305 | 234 | 350 | 17 | 41 | 0 | 11 | 420 | 76 | 114 |
| Binary | 11000101 | 10011100 | 11101000 | 1111 | 100001 | 0 | 1001 | 100010000 | 111110 | 1001100 |
Color Harmonies of #C59CE8
Complementary color
Monochromatic Colors of #C59CE8
Black with #C59CE8
Text Example
Text Example
White with #C59CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59CE8; }
p { color: rgb(197,156,232); }
H1.HeaderClassName
{
color: #C59CE8;
}
.AnyTagClassName
{
color: #C59CE8;
}
</style>
background-color css
<style>
a { background-color: #C59CE8; }
a { background-color: rgb(197,156,232); }
div.DivClassName
{
background-color: #C59CE8;
}
.BgClassName
{
background-color: #C59CE8;
}
</style>
border-color css
<style>
span { border-color: #C59CE8; }
span { border-color: rgb(197,156,232); }
td.TdClassName
{
border-color: #C59CE8;
}
.TagClassName
{
border-color: #C59CE8;
}
</style>