Shades of Wisteria #C99EDD
Tints of Wisteria #C99EDD
RGB
CMYK
RGB Variations
Color information
#C99EDD (or 0xC99EDD) is known color: Wisteria. HEX triplet: C9, 9E and DD. RGB value is (201,158,221). Sum of RGB (Red+Green+Blue) = 201+158+221=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #C99EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99EDD is #366122. Grayscale: #B1B1B1. Windows color (decimal): -3563811 or 14524105. OLE color: 14524105.
HSL color Cylindrical-coordinate representation of color #C99EDD: hue angle of 280.95º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C99EDD is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 158 | 221 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.13 |
| HSL | 280.95º | 0.48% | 0.74% | - |
| HSV(B) | 280.95º | 0.29% | 0.87% | - |
| XYZ | 49.37 | 42.09 | 73.93 | - |
| YUV | 178.04 | 152.25 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 221 | 0.09 | 0.29 | 0 | 0.13 | 280.95 | 0.48 | 0.74 |
| Hex | C9 | 9E | DD | 9 | 1D | 0 | D | 119 | 30 | 4A |
| Octal | 311 | 236 | 335 | 11 | 35 | 0 | 15 | 431 | 60 | 112 |
| Binary | 11001001 | 10011110 | 11011101 | 1001 | 11101 | 0 | 1101 | 100011001 | 110000 | 1001010 |
Color Harmonies of #C99EDD
Complementary color
Monochromatic Colors of #C99EDD
Black with #C99EDD
Text Example
Text Example
White with #C99EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99EDD; }
p { color: rgb(201,158,221); }
H1.HeaderClassName
{
color: #C99EDD;
}
.AnyTagClassName
{
color: #C99EDD;
}
</style>
background-color css
<style>
a { background-color: #C99EDD; }
a { background-color: rgb(201,158,221); }
div.DivClassName
{
background-color: #C99EDD;
}
.BgClassName
{
background-color: #C99EDD;
}
</style>
border-color css
<style>
span { border-color: #C99EDD; }
span { border-color: rgb(201,158,221); }
td.TdClassName
{
border-color: #C99EDD;
}
.TagClassName
{
border-color: #C99EDD;
}
</style>