Shades of Wisteria #C799D1
Tints of Wisteria #C799D1
RGB
CMYK
RGB Variations
Color information
#C799D1 (or 0xC799D1) is known color: Wisteria. HEX triplet: C7, 99 and D1. RGB value is (199,153,209). Sum of RGB (Red+Green+Blue) = 199+153+209=561 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.47% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 209 - color contains mainly: blue. Hex color #C799D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C799D1 is #38662E. Grayscale: #ACACAC. Windows color (decimal): -3696175 or 13736391. OLE color: 13736391.
HSL color Cylindrical-coordinate representation of color #C799D1: hue angle of 289.29º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C799D1 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 153 | 209 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.18 |
| HSL | 289.29º | 0.38% | 0.71% | - |
| HSV(B) | 289.29º | 0.27% | 0.82% | - |
| XYZ | 46.45 | 39.53 | 65.5 | - |
| YUV | 173.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 153 | 209 | 0.05 | 0.27 | 0 | 0.18 | 289.29 | 0.38 | 0.71 |
| Hex | C7 | 99 | D1 | 5 | 1B | 0 | 12 | 121 | 26 | 47 |
| Octal | 307 | 231 | 321 | 5 | 33 | 0 | 22 | 441 | 46 | 107 |
| Binary | 11000111 | 10011001 | 11010001 | 101 | 11011 | 0 | 10010 | 100100001 | 100110 | 1000111 |
Color Harmonies of #C799D1
Complementary color
Monochromatic Colors of #C799D1
Black with #C799D1
Text Example
Text Example
White with #C799D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C799D1; }
p { color: rgb(199,153,209); }
H1.HeaderClassName
{
color: #C799D1;
}
.AnyTagClassName
{
color: #C799D1;
}
</style>
background-color css
<style>
a { background-color: #C799D1; }
a { background-color: rgb(199,153,209); }
div.DivClassName
{
background-color: #C799D1;
}
.BgClassName
{
background-color: #C799D1;
}
</style>
border-color css
<style>
span { border-color: #C799D1; }
span { border-color: rgb(199,153,209); }
td.TdClassName
{
border-color: #C799D1;
}
.TagClassName
{
border-color: #C799D1;
}
</style>