Shades of Wisteria #C799DF
Tints of Wisteria #C799DF
RGB
CMYK
RGB Variations
Color information
#C799DF (or 0xC799DF) is known color: Wisteria. HEX triplet: C7, 99 and DF. RGB value is (199,153,223). Sum of RGB (Red+Green+Blue) = 199+153+223=575 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.61% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #C799DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C799DF is #386620. Grayscale: #AEAEAE. Windows color (decimal): -3696161 or 14653895. OLE color: 14653895.
HSL color Cylindrical-coordinate representation of color #C799DF: hue angle of 279.43º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C799DF is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 153 | 223 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.13 |
| HSL | 279.43º | 0.52% | 0.74% | - |
| HSV(B) | 279.43º | 0.31% | 0.87% | - |
| XYZ | 48.26 | 40.25 | 75.04 | - |
| YUV | 174.73 | 155.24 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 153 | 223 | 0.11 | 0.31 | 0 | 0.13 | 279.43 | 0.52 | 0.74 |
| Hex | C7 | 99 | DF | B | 1F | 0 | D | 117 | 34 | 4A |
| Octal | 307 | 231 | 337 | 13 | 37 | 0 | 15 | 427 | 64 | 112 |
| Binary | 11000111 | 10011001 | 11011111 | 1011 | 11111 | 0 | 1101 | 100010111 | 110100 | 1001010 |
Color Harmonies of #C799DF
Complementary color
Monochromatic Colors of #C799DF
Black with #C799DF
Text Example
Text Example
White with #C799DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C799DF; }
p { color: rgb(199,153,223); }
H1.HeaderClassName
{
color: #C799DF;
}
.AnyTagClassName
{
color: #C799DF;
}
</style>
background-color css
<style>
a { background-color: #C799DF; }
a { background-color: rgb(199,153,223); }
div.DivClassName
{
background-color: #C799DF;
}
.BgClassName
{
background-color: #C799DF;
}
</style>
border-color css
<style>
span { border-color: #C799DF; }
span { border-color: rgb(199,153,223); }
td.TdClassName
{
border-color: #C799DF;
}
.TagClassName
{
border-color: #C799DF;
}
</style>