Shades of Wisteria #C799DA
Tints of Wisteria #C799DA
RGB
CMYK
RGB Variations
Color information
#C799DA (or 0xC799DA) is known color: Wisteria. HEX triplet: C7, 99 and DA. RGB value is (199,153,218). Sum of RGB (Red+Green+Blue) = 199+153+218=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #C799DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C799DA is #386625. Grayscale: #ADADAD. Windows color (decimal): -3696166 or 14326215. OLE color: 14326215.
HSL color Cylindrical-coordinate representation of color #C799DA: hue angle of 282.46º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C799DA is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 153 | 218 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.15 |
| HSL | 282.46º | 0.47% | 0.73% | - |
| HSV(B) | 282.46º | 0.3% | 0.85% | - |
| XYZ | 47.6 | 39.99 | 71.54 | - |
| YUV | 174.16 | 152.74 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 153 | 218 | 0.09 | 0.30 | 0 | 0.15 | 282.46 | 0.47 | 0.73 |
| Hex | C7 | 99 | DA | 9 | 1E | 0 | F | 11A | 2F | 49 |
| Octal | 307 | 231 | 332 | 11 | 36 | 0 | 17 | 432 | 57 | 111 |
| Binary | 11000111 | 10011001 | 11011010 | 1001 | 11110 | 0 | 1111 | 100011010 | 101111 | 1001001 |
Color Harmonies of #C799DA
Complementary color
Monochromatic Colors of #C799DA
Black with #C799DA
Text Example
Text Example
White with #C799DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C799DA; }
p { color: rgb(199,153,218); }
H1.HeaderClassName
{
color: #C799DA;
}
.AnyTagClassName
{
color: #C799DA;
}
</style>
background-color css
<style>
a { background-color: #C799DA; }
a { background-color: rgb(199,153,218); }
div.DivClassName
{
background-color: #C799DA;
}
.BgClassName
{
background-color: #C799DA;
}
</style>
border-color css
<style>
span { border-color: #C799DA; }
span { border-color: rgb(199,153,218); }
td.TdClassName
{
border-color: #C799DA;
}
.TagClassName
{
border-color: #C799DA;
}
</style>