Shades of Wisteria #C99FD2
Tints of Wisteria #C99FD2
RGB
CMYK
RGB Variations
Color information
#C99FD2 (or 0xC99FD2) is known color: Wisteria. HEX triplet: C9, 9F and D2. RGB value is (201,159,210). Sum of RGB (Red+Green+Blue) = 201+159+210=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 210 - color contains mainly: blue. Hex color #C99FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FD2 is #36602D. Grayscale: #B1B1B1. Windows color (decimal): -3563566 or 13803465. OLE color: 13803465.
HSL color Cylindrical-coordinate representation of color #C99FD2: hue angle of 289.41º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C99FD2 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 159 | 210 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.18 |
| HSL | 289.41º | 0.36% | 0.72% | - |
| HSV(B) | 289.41º | 0.24% | 0.82% | - |
| XYZ | 48.12 | 41.87 | 66.52 | - |
| YUV | 177.37 | 146.41 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 210 | 0.04 | 0.24 | 0 | 0.18 | 289.41 | 0.36 | 0.72 |
| Hex | C9 | 9F | D2 | 4 | 18 | 0 | 12 | 121 | 24 | 48 |
| Octal | 311 | 237 | 322 | 4 | 30 | 0 | 22 | 441 | 44 | 110 |
| Binary | 11001001 | 10011111 | 11010010 | 100 | 11000 | 0 | 10010 | 100100001 | 100100 | 1001000 |
Color Harmonies of #C99FD2
Complementary color
Monochromatic Colors of #C99FD2
Black with #C99FD2
Text Example
Text Example
White with #C99FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99FD2; }
p { color: rgb(201,159,210); }
H1.HeaderClassName
{
color: #C99FD2;
}
.AnyTagClassName
{
color: #C99FD2;
}
</style>
background-color css
<style>
a { background-color: #C99FD2; }
a { background-color: rgb(201,159,210); }
div.DivClassName
{
background-color: #C99FD2;
}
.BgClassName
{
background-color: #C99FD2;
}
</style>
border-color css
<style>
span { border-color: #C99FD2; }
span { border-color: rgb(201,159,210); }
td.TdClassName
{
border-color: #C99FD2;
}
.TagClassName
{
border-color: #C99FD2;
}
</style>