Shades of Wisteria #C599ED
Tints of Wisteria #C599ED
RGB
CMYK
RGB Variations
Color information
#C599ED (or 0xC599ED) is known color: Wisteria. HEX triplet: C5, 99 and ED. RGB value is (197,153,237). Sum of RGB (Red+Green+Blue) = 197+153+237=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #C599ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C599ED is #3A6612. Grayscale: #AFAFAF. Windows color (decimal): -3827219 or 15571397. OLE color: 15571397.
HSL color Cylindrical-coordinate representation of color #C599ED: hue angle of 271.43º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C599ED is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 153 | 237 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.07 |
| HSL | 271.43º | 0.7% | 0.76% | - |
| HSV(B) | 271.43º | 0.35% | 0.93% | - |
| XYZ | 49.7 | 40.77 | 85.37 | - |
| YUV | 175.73 | 162.58 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 237 | 0.17 | 0.35 | 0 | 0.07 | 271.43 | 0.7 | 0.76 |
| Hex | C5 | 99 | ED | 11 | 23 | 0 | 7 | 10F | 46 | 4C |
| Octal | 305 | 231 | 355 | 21 | 43 | 0 | 7 | 417 | 106 | 114 |
| Binary | 11000101 | 10011001 | 11101101 | 10001 | 100011 | 0 | 111 | 100001111 | 1000110 | 1001100 |
Color Harmonies of #C599ED
Complementary color
Monochromatic Colors of #C599ED
Black with #C599ED
Text Example
Text Example
White with #C599ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C599ED; }
p { color: rgb(197,153,237); }
H1.HeaderClassName
{
color: #C599ED;
}
.AnyTagClassName
{
color: #C599ED;
}
</style>
background-color css
<style>
a { background-color: #C599ED; }
a { background-color: rgb(197,153,237); }
div.DivClassName
{
background-color: #C599ED;
}
.BgClassName
{
background-color: #C599ED;
}
</style>
border-color css
<style>
span { border-color: #C599ED; }
span { border-color: rgb(197,153,237); }
td.TdClassName
{
border-color: #C599ED;
}
.TagClassName
{
border-color: #C599ED;
}
</style>