Shades of Wisteria #C8AAD9
Tints of Wisteria #C8AAD9
RGB
CMYK
RGB Variations
Color information
#C8AAD9 (or 0xC8AAD9) is known color: Wisteria. HEX triplet: C8, AA and D9. RGB value is (200,170,217). Sum of RGB (Red+Green+Blue) = 200+170+217=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 217 - color contains mainly: blue. Hex color #C8AAD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AAD9 is #375526. Grayscale: #B8B8B8. Windows color (decimal): -3626279 or 14265032. OLE color: 14265032.
HSL color Cylindrical-coordinate representation of color #C8AAD9: hue angle of 278.3º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8AAD9 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 170 | 217 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.15 |
| HSL | 278.3º | 0.38% | 0.76% | - |
| HSV(B) | 278.3º | 0.22% | 0.85% | - |
| XYZ | 50.72 | 46.04 | 71.86 | - |
| YUV | 184.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 217 | 0.08 | 0.22 | 0 | 0.15 | 278.3 | 0.38 | 0.76 |
| Hex | C8 | AA | D9 | 8 | 16 | 0 | F | 116 | 26 | 4C |
| Octal | 310 | 252 | 331 | 10 | 26 | 0 | 17 | 426 | 46 | 114 |
| Binary | 11001000 | 10101010 | 11011001 | 1000 | 10110 | 0 | 1111 | 100010110 | 100110 | 1001100 |
Color Harmonies of #C8AAD9
Complementary color
Monochromatic Colors of #C8AAD9
Black with #C8AAD9
Text Example
Text Example
White with #C8AAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AAD9; }
p { color: rgb(200,170,217); }
H1.HeaderClassName
{
color: #C8AAD9;
}
.AnyTagClassName
{
color: #C8AAD9;
}
</style>
background-color css
<style>
a { background-color: #C8AAD9; }
a { background-color: rgb(200,170,217); }
div.DivClassName
{
background-color: #C8AAD9;
}
.BgClassName
{
background-color: #C8AAD9;
}
</style>
border-color css
<style>
span { border-color: #C8AAD9; }
span { border-color: rgb(200,170,217); }
td.TdClassName
{
border-color: #C8AAD9;
}
.TagClassName
{
border-color: #C8AAD9;
}
</style>