Shades of Wisteria #C999D6
Tints of Wisteria #C999D6
RGB
CMYK
RGB Variations
Color information
#C999D6 (or 0xC999D6) is known color: Wisteria. HEX triplet: C9, 99 and D6. RGB value is (201,153,214). Sum of RGB (Red+Green+Blue) = 201+153+214=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 214 - color contains mainly: blue. Hex color #C999D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999D6 is #366629. Grayscale: #AEAEAE. Windows color (decimal): -3565098 or 14064073. OLE color: 14064073.
HSL color Cylindrical-coordinate representation of color #C999D6: hue angle of 287.21º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C999D6 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 153 | 214 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.16 |
| HSL | 287.21º | 0.43% | 0.72% | - |
| HSV(B) | 287.21º | 0.29% | 0.84% | - |
| XYZ | 47.62 | 40.06 | 68.84 | - |
| YUV | 174.31 | 150.4 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 214 | 0.06 | 0.29 | 0 | 0.16 | 287.21 | 0.43 | 0.72 |
| Hex | C9 | 99 | D6 | 6 | 1D | 0 | 10 | 11F | 2B | 48 |
| Octal | 311 | 231 | 326 | 6 | 35 | 0 | 20 | 437 | 53 | 110 |
| Binary | 11001001 | 10011001 | 11010110 | 110 | 11101 | 0 | 10000 | 100011111 | 101011 | 1001000 |
Color Harmonies of #C999D6
Complementary color
Monochromatic Colors of #C999D6
Black with #C999D6
Text Example
Text Example
White with #C999D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C999D6; }
p { color: rgb(201,153,214); }
H1.HeaderClassName
{
color: #C999D6;
}
.AnyTagClassName
{
color: #C999D6;
}
</style>
background-color css
<style>
a { background-color: #C999D6; }
a { background-color: rgb(201,153,214); }
div.DivClassName
{
background-color: #C999D6;
}
.BgClassName
{
background-color: #C999D6;
}
</style>
border-color css
<style>
span { border-color: #C999D6; }
span { border-color: rgb(201,153,214); }
td.TdClassName
{
border-color: #C999D6;
}
.TagClassName
{
border-color: #C999D6;
}
</style>