Shades of Wisteria #C899D9
Tints of Wisteria #C899D9
RGB
CMYK
RGB Variations
Color information
#C899D9 (or 0xC899D9) is known color: Wisteria. HEX triplet: C8, 99 and D9. RGB value is (200,153,217). Sum of RGB (Red+Green+Blue) = 200+153+217=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 217 - color contains mainly: blue. Hex color #C899D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C899D9 is #376626. Grayscale: #AEAEAE. Windows color (decimal): -3630631 or 14260680. OLE color: 14260680.
HSL color Cylindrical-coordinate representation of color #C899D9: hue angle of 284.06º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C899D9 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 153 | 217 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.15 |
| HSL | 284.06º | 0.46% | 0.73% | - |
| HSV(B) | 284.06º | 0.29% | 0.85% | - |
| XYZ | 47.74 | 40.07 | 70.86 | - |
| YUV | 174.35 | 152.07 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 217 | 0.08 | 0.29 | 0 | 0.15 | 284.06 | 0.46 | 0.73 |
| Hex | C8 | 99 | D9 | 8 | 1D | 0 | F | 11C | 2E | 49 |
| Octal | 310 | 231 | 331 | 10 | 35 | 0 | 17 | 434 | 56 | 111 |
| Binary | 11001000 | 10011001 | 11011001 | 1000 | 11101 | 0 | 1111 | 100011100 | 101110 | 1001001 |
Color Harmonies of #C899D9
Complementary color
Monochromatic Colors of #C899D9
Black with #C899D9
Text Example
Text Example
White with #C899D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C899D9; }
p { color: rgb(200,153,217); }
H1.HeaderClassName
{
color: #C899D9;
}
.AnyTagClassName
{
color: #C899D9;
}
</style>
background-color css
<style>
a { background-color: #C899D9; }
a { background-color: rgb(200,153,217); }
div.DivClassName
{
background-color: #C899D9;
}
.BgClassName
{
background-color: #C899D9;
}
</style>
border-color css
<style>
span { border-color: #C899D9; }
span { border-color: rgb(200,153,217); }
td.TdClassName
{
border-color: #C899D9;
}
.TagClassName
{
border-color: #C899D9;
}
</style>