Shades of Wisteria #C599EF
Tints of Wisteria #C599EF
RGB
CMYK
RGB Variations
Color information
#C599EF (or 0xC599EF) is known color: Wisteria. HEX triplet: C5, 99 and EF. RGB value is (197,153,239). Sum of RGB (Red+Green+Blue) = 197+153+239=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #C599EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C599EF is #3A6610. Grayscale: #AFAFAF. Windows color (decimal): -3827217 or 15702469. OLE color: 15702469.
HSL color Cylindrical-coordinate representation of color #C599EF: hue angle of 270.7º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C599EF is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 153 | 239 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.06 |
| HSL | 270.7º | 0.73% | 0.77% | - |
| HSV(B) | 270.7º | 0.36% | 0.94% | - |
| XYZ | 50 | 40.88 | 86.92 | - |
| YUV | 175.96 | 163.58 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 239 | 0.18 | 0.36 | 0 | 0.06 | 270.7 | 0.73 | 0.77 |
| Hex | C5 | 99 | EF | 12 | 24 | 0 | 6 | 10F | 49 | 4D |
| Octal | 305 | 231 | 357 | 22 | 44 | 0 | 6 | 417 | 111 | 115 |
| Binary | 11000101 | 10011001 | 11101111 | 10010 | 100100 | 0 | 110 | 100001111 | 1001001 | 1001101 |
Color Harmonies of #C599EF
Complementary color
Monochromatic Colors of #C599EF
Black with #C599EF
Text Example
Text Example
White with #C599EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C599EF; }
p { color: rgb(197,153,239); }
H1.HeaderClassName
{
color: #C599EF;
}
.AnyTagClassName
{
color: #C599EF;
}
</style>
background-color css
<style>
a { background-color: #C599EF; }
a { background-color: rgb(197,153,239); }
div.DivClassName
{
background-color: #C599EF;
}
.BgClassName
{
background-color: #C599EF;
}
</style>
border-color css
<style>
span { border-color: #C599EF; }
span { border-color: rgb(197,153,239); }
td.TdClassName
{
border-color: #C599EF;
}
.TagClassName
{
border-color: #C599EF;
}
</style>