Shades of Wisteria #C996D2
Tints of Wisteria #C996D2
RGB
CMYK
RGB Variations
Color information
#C996D2 (or 0xC996D2) is known color: Wisteria. HEX triplet: C9, 96 and D2. RGB value is (201,150,210). Sum of RGB (Red+Green+Blue) = 201+150+210=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 210 - color contains mainly: blue. Hex color #C996D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996D2 is #36692D. Grayscale: #ABABAB. Windows color (decimal): -3565870 or 13801161. OLE color: 13801161.
HSL color Cylindrical-coordinate representation of color #C996D2: hue angle of 291º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C996D2 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 150 | 210 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.18 |
| HSL | 291º | 0.4% | 0.71% | - |
| HSV(B) | 291º | 0.29% | 0.82% | - |
| XYZ | 46.63 | 38.88 | 66.02 | - |
| YUV | 172.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 210 | 0.04 | 0.29 | 0 | 0.18 | 291 | 0.4 | 0.71 |
| Hex | C9 | 96 | D2 | 4 | 1D | 0 | 12 | 123 | 28 | 47 |
| Octal | 311 | 226 | 322 | 4 | 35 | 0 | 22 | 443 | 50 | 107 |
| Binary | 11001001 | 10010110 | 11010010 | 100 | 11101 | 0 | 10010 | 100100011 | 101000 | 1000111 |
Color Harmonies of #C996D2
Complementary color
Monochromatic Colors of #C996D2
Black with #C996D2
Text Example
Text Example
White with #C996D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C996D2; }
p { color: rgb(201,150,210); }
H1.HeaderClassName
{
color: #C996D2;
}
.AnyTagClassName
{
color: #C996D2;
}
</style>
background-color css
<style>
a { background-color: #C996D2; }
a { background-color: rgb(201,150,210); }
div.DivClassName
{
background-color: #C996D2;
}
.BgClassName
{
background-color: #C996D2;
}
</style>
border-color css
<style>
span { border-color: #C996D2; }
span { border-color: rgb(201,150,210); }
td.TdClassName
{
border-color: #C996D2;
}
.TagClassName
{
border-color: #C996D2;
}
</style>