Shades of Wisteria #C99DE6
Tints of Wisteria #C99DE6
RGB
CMYK
RGB Variations
Color information
#C99DE6 (or 0xC99DE6) is known color: Wisteria. HEX triplet: C9, 9D and E6. RGB value is (201,157,230). Sum of RGB (Red+Green+Blue) = 201+157+230=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 230 - color contains mainly: blue. Hex color #C99DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99DE6 is #366219. Grayscale: #B2B2B2. Windows color (decimal): -3564058 or 15113673. OLE color: 15113673.
HSL color Cylindrical-coordinate representation of color #C99DE6: hue angle of 276.16º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C99DE6 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 157 | 230 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.10 |
| HSL | 276.16º | 0.59% | 0.76% | - |
| HSV(B) | 276.16º | 0.32% | 0.9% | - |
| XYZ | 50.43 | 42.24 | 80.36 | - |
| YUV | 178.48 | 157.08 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 230 | 0.13 | 0.32 | 0 | 0.10 | 276.16 | 0.59 | 0.76 |
| Hex | C9 | 9D | E6 | D | 20 | 0 | A | 114 | 3B | 4C |
| Octal | 311 | 235 | 346 | 15 | 40 | 0 | 12 | 424 | 73 | 114 |
| Binary | 11001001 | 10011101 | 11100110 | 1101 | 100000 | 0 | 1010 | 100010100 | 111011 | 1001100 |
Color Harmonies of #C99DE6
Complementary color
Monochromatic Colors of #C99DE6
Black with #C99DE6
Text Example
Text Example
White with #C99DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99DE6; }
p { color: rgb(201,157,230); }
H1.HeaderClassName
{
color: #C99DE6;
}
.AnyTagClassName
{
color: #C99DE6;
}
</style>
background-color css
<style>
a { background-color: #C99DE6; }
a { background-color: rgb(201,157,230); }
div.DivClassName
{
background-color: #C99DE6;
}
.BgClassName
{
background-color: #C99DE6;
}
</style>
border-color css
<style>
span { border-color: #C99DE6; }
span { border-color: rgb(201,157,230); }
td.TdClassName
{
border-color: #C99DE6;
}
.TagClassName
{
border-color: #C99DE6;
}
</style>