Shades of Wisteria #C999D8
Tints of Wisteria #C999D8
RGB
CMYK
RGB Variations
Color information
#C999D8 (or 0xC999D8) is known color: Wisteria. HEX triplet: C9, 99 and D8. RGB value is (201,153,216). Sum of RGB (Red+Green+Blue) = 201+153+216=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 216 - color contains mainly: blue. Hex color #C999D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999D8 is #366627. Grayscale: #AEAEAE. Windows color (decimal): -3565096 or 14195145. OLE color: 14195145.
HSL color Cylindrical-coordinate representation of color #C999D8: hue angle of 285.71º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C999D8 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 153 | 216 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.15 |
| HSL | 285.71º | 0.45% | 0.72% | - |
| HSV(B) | 285.71º | 0.29% | 0.85% | - |
| XYZ | 47.87 | 40.16 | 70.19 | - |
| YUV | 174.53 | 151.4 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 216 | 0.07 | 0.29 | 0 | 0.15 | 285.71 | 0.45 | 0.72 |
| Hex | C9 | 99 | D8 | 7 | 1D | 0 | F | 11E | 2D | 48 |
| Octal | 311 | 231 | 330 | 7 | 35 | 0 | 17 | 436 | 55 | 110 |
| Binary | 11001001 | 10011001 | 11011000 | 111 | 11101 | 0 | 1111 | 100011110 | 101101 | 1001000 |
Color Harmonies of #C999D8
Complementary color
Monochromatic Colors of #C999D8
Black with #C999D8
Text Example
Text Example
White with #C999D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C999D8; }
p { color: rgb(201,153,216); }
H1.HeaderClassName
{
color: #C999D8;
}
.AnyTagClassName
{
color: #C999D8;
}
</style>
background-color css
<style>
a { background-color: #C999D8; }
a { background-color: rgb(201,153,216); }
div.DivClassName
{
background-color: #C999D8;
}
.BgClassName
{
background-color: #C999D8;
}
</style>
border-color css
<style>
span { border-color: #C999D8; }
span { border-color: rgb(201,153,216); }
td.TdClassName
{
border-color: #C999D8;
}
.TagClassName
{
border-color: #C999D8;
}
</style>