Shades of Wisteria #C99ED3
Tints of Wisteria #C99ED3
RGB
CMYK
RGB Variations
Color information
#C99ED3 (or 0xC99ED3) is known color: Wisteria. HEX triplet: C9, 9E and D3. RGB value is (201,158,211). Sum of RGB (Red+Green+Blue) = 201+158+211=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 211 - color contains mainly: blue. Hex color #C99ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ED3 is #36612C. Grayscale: #B0B0B0. Windows color (decimal): -3563821 or 13868745. OLE color: 13868745.
HSL color Cylindrical-coordinate representation of color #C99ED3: hue angle of 288.68º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C99ED3 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 158 | 211 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.17 |
| HSL | 288.68º | 0.38% | 0.72% | - |
| HSV(B) | 288.68º | 0.25% | 0.83% | - |
| XYZ | 48.07 | 41.57 | 67.12 | - |
| YUV | 176.9 | 147.25 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 211 | 0.05 | 0.25 | 0 | 0.17 | 288.68 | 0.38 | 0.72 |
| Hex | C9 | 9E | D3 | 5 | 19 | 0 | 11 | 121 | 26 | 48 |
| Octal | 311 | 236 | 323 | 5 | 31 | 0 | 21 | 441 | 46 | 110 |
| Binary | 11001001 | 10011110 | 11010011 | 101 | 11001 | 0 | 10001 | 100100001 | 100110 | 1001000 |
Color Harmonies of #C99ED3
Complementary color
Monochromatic Colors of #C99ED3
Black with #C99ED3
Text Example
Text Example
White with #C99ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99ED3; }
p { color: rgb(201,158,211); }
H1.HeaderClassName
{
color: #C99ED3;
}
.AnyTagClassName
{
color: #C99ED3;
}
</style>
background-color css
<style>
a { background-color: #C99ED3; }
a { background-color: rgb(201,158,211); }
div.DivClassName
{
background-color: #C99ED3;
}
.BgClassName
{
background-color: #C99ED3;
}
</style>
border-color css
<style>
span { border-color: #C99ED3; }
span { border-color: rgb(201,158,211); }
td.TdClassName
{
border-color: #C99ED3;
}
.TagClassName
{
border-color: #C99ED3;
}
</style>