Shades of Wisteria #C99EEE
Tints of Wisteria #C99EEE
RGB
CMYK
RGB Variations
Color information
#C99EEE (or 0xC99EEE) is known color: Wisteria. HEX triplet: C9, 9E and EE. RGB value is (201,158,238). Sum of RGB (Red+Green+Blue) = 201+158+238=597 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.67% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #C99EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99EEE is #366111. Grayscale: #B3B3B3. Windows color (decimal): -3563794 or 15638217. OLE color: 15638217.
HSL color Cylindrical-coordinate representation of color #C99EEE: hue angle of 272.25º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C99EEE is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 158 | 238 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.07 |
| HSL | 272.25º | 0.7% | 0.78% | - |
| HSV(B) | 272.25º | 0.34% | 0.93% | - |
| XYZ | 51.75 | 43.04 | 86.47 | - |
| YUV | 179.98 | 160.75 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 238 | 0.16 | 0.34 | 0 | 0.07 | 272.25 | 0.7 | 0.78 |
| Hex | C9 | 9E | EE | 10 | 22 | 0 | 7 | 110 | 46 | 4E |
| Octal | 311 | 236 | 356 | 20 | 42 | 0 | 7 | 420 | 106 | 116 |
| Binary | 11001001 | 10011110 | 11101110 | 10000 | 100010 | 0 | 111 | 100010000 | 1000110 | 1001110 |
Color Harmonies of #C99EEE
Complementary color
Monochromatic Colors of #C99EEE
Black with #C99EEE
Text Example
Text Example
White with #C99EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99EEE; }
p { color: rgb(201,158,238); }
H1.HeaderClassName
{
color: #C99EEE;
}
.AnyTagClassName
{
color: #C99EEE;
}
</style>
background-color css
<style>
a { background-color: #C99EEE; }
a { background-color: rgb(201,158,238); }
div.DivClassName
{
background-color: #C99EEE;
}
.BgClassName
{
background-color: #C99EEE;
}
</style>
border-color css
<style>
span { border-color: #C99EEE; }
span { border-color: rgb(201,158,238); }
td.TdClassName
{
border-color: #C99EEE;
}
.TagClassName
{
border-color: #C99EEE;
}
</style>