Shades of Wisteria #C998ED
Tints of Wisteria #C998ED
RGB
CMYK
RGB Variations
Color information
#C998ED (or 0xC998ED) is known color: Wisteria. HEX triplet: C9, 98 and ED. RGB value is (201,152,237). Sum of RGB (Red+Green+Blue) = 201+152+237=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #C998ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C998ED is #366712. Grayscale: #B0B0B0. Windows color (decimal): -3565331 or 15571145. OLE color: 15571145.
HSL color Cylindrical-coordinate representation of color #C998ED: hue angle of 274.59º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C998ED is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 152 | 237 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.07 |
| HSL | 274.59º | 0.7% | 0.76% | - |
| HSV(B) | 274.59º | 0.36% | 0.93% | - |
| XYZ | 50.6 | 40.99 | 85.37 | - |
| YUV | 176.34 | 162.23 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 237 | 0.15 | 0.36 | 0 | 0.07 | 274.59 | 0.7 | 0.76 |
| Hex | C9 | 98 | ED | F | 24 | 0 | 7 | 113 | 46 | 4C |
| Octal | 311 | 230 | 355 | 17 | 44 | 0 | 7 | 423 | 106 | 114 |
| Binary | 11001001 | 10011000 | 11101101 | 1111 | 100100 | 0 | 111 | 100010011 | 1000110 | 1001100 |
Color Harmonies of #C998ED
Complementary color
Monochromatic Colors of #C998ED
Black with #C998ED
Text Example
Text Example
White with #C998ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C998ED; }
p { color: rgb(201,152,237); }
H1.HeaderClassName
{
color: #C998ED;
}
.AnyTagClassName
{
color: #C998ED;
}
</style>
background-color css
<style>
a { background-color: #C998ED; }
a { background-color: rgb(201,152,237); }
div.DivClassName
{
background-color: #C998ED;
}
.BgClassName
{
background-color: #C998ED;
}
</style>
border-color css
<style>
span { border-color: #C998ED; }
span { border-color: rgb(201,152,237); }
td.TdClassName
{
border-color: #C998ED;
}
.TagClassName
{
border-color: #C998ED;
}
</style>