Shades of Wisteria #C99ED2
Tints of Wisteria #C99ED2
RGB
CMYK
RGB Variations
Color information
#C99ED2 (or 0xC99ED2) is known color: Wisteria. HEX triplet: C9, 9E and D2. RGB value is (201,158,210). Sum of RGB (Red+Green+Blue) = 201+158+210=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 210 - color contains mainly: blue. Hex color #C99ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ED2 is #36612D. Grayscale: #B0B0B0. Windows color (decimal): -3563822 or 13803209. OLE color: 13803209.
HSL color Cylindrical-coordinate representation of color #C99ED2: hue angle of 289.62º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C99ED2 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 158 | 210 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.18 |
| HSL | 289.62º | 0.37% | 0.72% | - |
| HSV(B) | 289.62º | 0.25% | 0.82% | - |
| XYZ | 47.95 | 41.52 | 66.46 | - |
| YUV | 176.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 210 | 0.04 | 0.25 | 0 | 0.18 | 289.62 | 0.37 | 0.72 |
| Hex | C9 | 9E | D2 | 4 | 19 | 0 | 12 | 122 | 25 | 48 |
| Octal | 311 | 236 | 322 | 4 | 31 | 0 | 22 | 442 | 45 | 110 |
| Binary | 11001001 | 10011110 | 11010010 | 100 | 11001 | 0 | 10010 | 100100010 | 100101 | 1001000 |
Color Harmonies of #C99ED2
Complementary color
Monochromatic Colors of #C99ED2
Black with #C99ED2
Text Example
Text Example
White with #C99ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99ED2; }
p { color: rgb(201,158,210); }
H1.HeaderClassName
{
color: #C99ED2;
}
.AnyTagClassName
{
color: #C99ED2;
}
</style>
background-color css
<style>
a { background-color: #C99ED2; }
a { background-color: rgb(201,158,210); }
div.DivClassName
{
background-color: #C99ED2;
}
.BgClassName
{
background-color: #C99ED2;
}
</style>
border-color css
<style>
span { border-color: #C99ED2; }
span { border-color: rgb(201,158,210); }
td.TdClassName
{
border-color: #C99ED2;
}
.TagClassName
{
border-color: #C99ED2;
}
</style>