Shades of Wisteria #C999D5
Tints of Wisteria #C999D5
RGB
CMYK
RGB Variations
Color information
#C999D5 (or 0xC999D5) is known color: Wisteria. HEX triplet: C9, 99 and D5. RGB value is (201,153,213). Sum of RGB (Red+Green+Blue) = 201+153+213=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #C999D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999D5 is #36662A. Grayscale: #AEAEAE. Windows color (decimal): -3565099 or 13998537. OLE color: 13998537.
HSL color Cylindrical-coordinate representation of color #C999D5: hue angle of 288º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C999D5 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 153 | 213 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.16 |
| HSL | 288º | 0.42% | 0.72% | - |
| HSV(B) | 288º | 0.28% | 0.84% | - |
| XYZ | 47.49 | 40 | 68.17 | - |
| YUV | 174.19 | 149.9 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 213 | 0.06 | 0.28 | 0 | 0.16 | 288 | 0.42 | 0.72 |
| Hex | C9 | 99 | D5 | 6 | 1C | 0 | 10 | 120 | 2A | 48 |
| Octal | 311 | 231 | 325 | 6 | 34 | 0 | 20 | 440 | 52 | 110 |
| Binary | 11001001 | 10011001 | 11010101 | 110 | 11100 | 0 | 10000 | 100100000 | 101010 | 1001000 |
Color Harmonies of #C999D5
Complementary color
Monochromatic Colors of #C999D5
Black with #C999D5
Text Example
Text Example
White with #C999D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C999D5; }
p { color: rgb(201,153,213); }
H1.HeaderClassName
{
color: #C999D5;
}
.AnyTagClassName
{
color: #C999D5;
}
</style>
background-color css
<style>
a { background-color: #C999D5; }
a { background-color: rgb(201,153,213); }
div.DivClassName
{
background-color: #C999D5;
}
.BgClassName
{
background-color: #C999D5;
}
</style>
border-color css
<style>
span { border-color: #C999D5; }
span { border-color: rgb(201,153,213); }
td.TdClassName
{
border-color: #C999D5;
}
.TagClassName
{
border-color: #C999D5;
}
</style>