Shades of Wisteria #C799D5
Tints of Wisteria #C799D5
RGB
CMYK
RGB Variations
Color information
#C799D5 (or 0xC799D5) is known color: Wisteria. HEX triplet: C7, 99 and D5. RGB value is (199,153,213). Sum of RGB (Red+Green+Blue) = 199+153+213=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #C799D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C799D5 is #38662A. Grayscale: #ADADAD. Windows color (decimal): -3696171 or 13998535. OLE color: 13998535.
HSL color Cylindrical-coordinate representation of color #C799D5: hue angle of 286º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C799D5 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 153 | 213 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.16 |
| HSL | 286º | 0.42% | 0.72% | - |
| HSV(B) | 286º | 0.28% | 0.84% | - |
| XYZ | 46.95 | 39.73 | 68.14 | - |
| YUV | 173.59 | 150.24 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 153 | 213 | 0.07 | 0.28 | 0 | 0.16 | 286 | 0.42 | 0.72 |
| Hex | C7 | 99 | D5 | 7 | 1C | 0 | 10 | 11E | 2A | 48 |
| Octal | 307 | 231 | 325 | 7 | 34 | 0 | 20 | 436 | 52 | 110 |
| Binary | 11000111 | 10011001 | 11010101 | 111 | 11100 | 0 | 10000 | 100011110 | 101010 | 1001000 |
Color Harmonies of #C799D5
Complementary color
Monochromatic Colors of #C799D5
Black with #C799D5
Text Example
Text Example
White with #C799D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C799D5; }
p { color: rgb(199,153,213); }
H1.HeaderClassName
{
color: #C799D5;
}
.AnyTagClassName
{
color: #C799D5;
}
</style>
background-color css
<style>
a { background-color: #C799D5; }
a { background-color: rgb(199,153,213); }
div.DivClassName
{
background-color: #C799D5;
}
.BgClassName
{
background-color: #C799D5;
}
</style>
border-color css
<style>
span { border-color: #C799D5; }
span { border-color: rgb(199,153,213); }
td.TdClassName
{
border-color: #C799D5;
}
.TagClassName
{
border-color: #C799D5;
}
</style>