Shades of Wisteria #C998DE
Tints of Wisteria #C998DE
RGB
CMYK
RGB Variations
Color information
#C998DE (or 0xC998DE) is known color: Wisteria. HEX triplet: C9, 98 and DE. RGB value is (201,152,222). Sum of RGB (Red+Green+Blue) = 201+152+222=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #C998DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998DE is #366721. Grayscale: #AEAEAE. Windows color (decimal): -3565346 or 14588105. OLE color: 14588105.
HSL color Cylindrical-coordinate representation of color #C998DE: hue angle of 282º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C998DE is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 152 | 222 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.13 |
| HSL | 282º | 0.51% | 0.73% | - |
| HSV(B) | 282º | 0.32% | 0.87% | - |
| XYZ | 48.5 | 40.15 | 74.3 | - |
| YUV | 174.63 | 154.73 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 222 | 0.09 | 0.32 | 0 | 0.13 | 282 | 0.51 | 0.73 |
| Hex | C9 | 98 | DE | 9 | 20 | 0 | D | 11A | 33 | 49 |
| Octal | 311 | 230 | 336 | 11 | 40 | 0 | 15 | 432 | 63 | 111 |
| Binary | 11001001 | 10011000 | 11011110 | 1001 | 100000 | 0 | 1101 | 100011010 | 110011 | 1001001 |
Color Harmonies of #C998DE
Complementary color
Monochromatic Colors of #C998DE
Black with #C998DE
Text Example
Text Example
White with #C998DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C998DE; }
p { color: rgb(201,152,222); }
H1.HeaderClassName
{
color: #C998DE;
}
.AnyTagClassName
{
color: #C998DE;
}
</style>
background-color css
<style>
a { background-color: #C998DE; }
a { background-color: rgb(201,152,222); }
div.DivClassName
{
background-color: #C998DE;
}
.BgClassName
{
background-color: #C998DE;
}
</style>
border-color css
<style>
span { border-color: #C998DE; }
span { border-color: rgb(201,152,222); }
td.TdClassName
{
border-color: #C998DE;
}
.TagClassName
{
border-color: #C998DE;
}
</style>