Shades of Wisteria #C97EE5
Tints of Wisteria #C97EE5
RGB
CMYK
RGB Variations
Color information
#C97EE5 (or 0xC97EE5) is known color: Wisteria. HEX triplet: C9, 7E and E5. RGB value is (201,126,229). Sum of RGB (Red+Green+Blue) = 201+126+229=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #C97EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97EE5 is #36811A. Grayscale: #9F9F9F. Windows color (decimal): -3571995 or 15040201. OLE color: 15040201.
HSL color Cylindrical-coordinate representation of color #C97EE5: hue angle of 283.69º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C97EE5 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 126 | 229 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.10 |
| HSL | 283.69º | 0.66% | 0.7% | - |
| HSV(B) | 283.69º | 0.45% | 0.9% | - |
| XYZ | 45.69 | 33 | 78.09 | - |
| YUV | 160.17 | 166.85 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 126 | 229 | 0.12 | 0.45 | 0 | 0.10 | 283.69 | 0.66 | 0.7 |
| Hex | C9 | 7E | E5 | C | 2D | 0 | A | 11C | 42 | 46 |
| Octal | 311 | 176 | 345 | 14 | 55 | 0 | 12 | 434 | 102 | 106 |
| Binary | 11001001 | 1111110 | 11100101 | 1100 | 101101 | 0 | 1010 | 100011100 | 1000010 | 1000110 |
Color Harmonies of #C97EE5
Complementary color
Monochromatic Colors of #C97EE5
Black with #C97EE5
Text Example
Text Example
White with #C97EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97EE5; }
p { color: rgb(201,126,229); }
H1.HeaderClassName
{
color: #C97EE5;
}
.AnyTagClassName
{
color: #C97EE5;
}
</style>
background-color css
<style>
a { background-color: #C97EE5; }
a { background-color: rgb(201,126,229); }
div.DivClassName
{
background-color: #C97EE5;
}
.BgClassName
{
background-color: #C97EE5;
}
</style>
border-color css
<style>
span { border-color: #C97EE5; }
span { border-color: rgb(201,126,229); }
td.TdClassName
{
border-color: #C97EE5;
}
.TagClassName
{
border-color: #C97EE5;
}
</style>