Shades of Wisteria #C998D2
Tints of Wisteria #C998D2
RGB
CMYK
RGB Variations
Color information
#C998D2 (or 0xC998D2) is known color: Wisteria. HEX triplet: C9, 98 and D2. RGB value is (201,152,210). Sum of RGB (Red+Green+Blue) = 201+152+210=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 210 - color contains mainly: blue. Hex color #C998D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998D2 is #36672D. Grayscale: #ADADAD. Windows color (decimal): -3565358 or 13801673. OLE color: 13801673.
HSL color Cylindrical-coordinate representation of color #C998D2: hue angle of 290.69º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C998D2 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 152 | 210 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.18 |
| HSL | 290.69º | 0.39% | 0.71% | - |
| HSV(B) | 290.69º | 0.28% | 0.82% | - |
| XYZ | 46.95 | 39.53 | 66.13 | - |
| YUV | 173.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 210 | 0.04 | 0.28 | 0 | 0.18 | 290.69 | 0.39 | 0.71 |
| Hex | C9 | 98 | D2 | 4 | 1C | 0 | 12 | 123 | 27 | 47 |
| Octal | 311 | 230 | 322 | 4 | 34 | 0 | 22 | 443 | 47 | 107 |
| Binary | 11001001 | 10011000 | 11010010 | 100 | 11100 | 0 | 10010 | 100100011 | 100111 | 1000111 |
Color Harmonies of #C998D2
Complementary color
Monochromatic Colors of #C998D2
Black with #C998D2
Text Example
Text Example
White with #C998D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C998D2; }
p { color: rgb(201,152,210); }
H1.HeaderClassName
{
color: #C998D2;
}
.AnyTagClassName
{
color: #C998D2;
}
</style>
background-color css
<style>
a { background-color: #C998D2; }
a { background-color: rgb(201,152,210); }
div.DivClassName
{
background-color: #C998D2;
}
.BgClassName
{
background-color: #C998D2;
}
</style>
border-color css
<style>
span { border-color: #C998D2; }
span { border-color: rgb(201,152,210); }
td.TdClassName
{
border-color: #C998D2;
}
.TagClassName
{
border-color: #C998D2;
}
</style>