Shades of Wisteria #C599E5
Tints of Wisteria #C599E5
RGB
CMYK
RGB Variations
Color information
#C599E5 (or 0xC599E5) is known color: Wisteria. HEX triplet: C5, 99 and E5. RGB value is (197,153,229). Sum of RGB (Red+Green+Blue) = 197+153+229=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 229 - color contains mainly: blue. Hex color #C599E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C599E5 is #3A661A. Grayscale: #AEAEAE. Windows color (decimal): -3827227 or 15047109. OLE color: 15047109.
HSL color Cylindrical-coordinate representation of color #C599E5: hue angle of 274.74º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C599E5 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 153 | 229 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.10 |
| HSL | 274.74º | 0.59% | 0.75% | - |
| HSV(B) | 274.74º | 0.33% | 0.9% | - |
| XYZ | 48.56 | 40.31 | 79.35 | - |
| YUV | 174.82 | 158.58 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 229 | 0.14 | 0.33 | 0 | 0.10 | 274.74 | 0.59 | 0.75 |
| Hex | C5 | 99 | E5 | E | 21 | 0 | A | 113 | 3B | 4B |
| Octal | 305 | 231 | 345 | 16 | 41 | 0 | 12 | 423 | 73 | 113 |
| Binary | 11000101 | 10011001 | 11100101 | 1110 | 100001 | 0 | 1010 | 100010011 | 111011 | 1001011 |
Color Harmonies of #C599E5
Complementary color
Monochromatic Colors of #C599E5
Black with #C599E5
Text Example
Text Example
White with #C599E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C599E5; }
p { color: rgb(197,153,229); }
H1.HeaderClassName
{
color: #C599E5;
}
.AnyTagClassName
{
color: #C599E5;
}
</style>
background-color css
<style>
a { background-color: #C599E5; }
a { background-color: rgb(197,153,229); }
div.DivClassName
{
background-color: #C599E5;
}
.BgClassName
{
background-color: #C599E5;
}
</style>
border-color css
<style>
span { border-color: #C599E5; }
span { border-color: rgb(197,153,229); }
td.TdClassName
{
border-color: #C599E5;
}
.TagClassName
{
border-color: #C599E5;
}
</style>