Shades of Wisteria #C599EB
Tints of Wisteria #C599EB
RGB
CMYK
RGB Variations
Color information
#C599EB (or 0xC599EB) is known color: Wisteria. HEX triplet: C5, 99 and EB. RGB value is (197,153,235). Sum of RGB (Red+Green+Blue) = 197+153+235=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #C599EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C599EB is #3A6614. Grayscale: #AFAFAF. Windows color (decimal): -3827221 or 15440325. OLE color: 15440325.
HSL color Cylindrical-coordinate representation of color #C599EB: hue angle of 272.2º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C599EB is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 153 | 235 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.08 |
| HSL | 272.2º | 0.67% | 0.76% | - |
| HSV(B) | 272.2º | 0.35% | 0.92% | - |
| XYZ | 49.41 | 40.65 | 83.84 | - |
| YUV | 175.5 | 161.58 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 235 | 0.16 | 0.35 | 0 | 0.08 | 272.2 | 0.67 | 0.76 |
| Hex | C5 | 99 | EB | 10 | 23 | 0 | 8 | 110 | 43 | 4C |
| Octal | 305 | 231 | 353 | 20 | 43 | 0 | 10 | 420 | 103 | 114 |
| Binary | 11000101 | 10011001 | 11101011 | 10000 | 100011 | 0 | 1000 | 100010000 | 1000011 | 1001100 |
Color Harmonies of #C599EB
Complementary color
Monochromatic Colors of #C599EB
Black with #C599EB
Text Example
Text Example
White with #C599EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C599EB; }
p { color: rgb(197,153,235); }
H1.HeaderClassName
{
color: #C599EB;
}
.AnyTagClassName
{
color: #C599EB;
}
</style>
background-color css
<style>
a { background-color: #C599EB; }
a { background-color: rgb(197,153,235); }
div.DivClassName
{
background-color: #C599EB;
}
.BgClassName
{
background-color: #C599EB;
}
</style>
border-color css
<style>
span { border-color: #C599EB; }
span { border-color: rgb(197,153,235); }
td.TdClassName
{
border-color: #C599EB;
}
.TagClassName
{
border-color: #C599EB;
}
</style>