Shades of Wisteria #C97FE7
Tints of Wisteria #C97FE7
RGB
CMYK
RGB Variations
Color information
#C97FE7 (or 0xC97FE7) is known color: Wisteria. HEX triplet: C9, 7F and E7. RGB value is (201,127,231). Sum of RGB (Red+Green+Blue) = 201+127+231=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 231 (90.62% from 255 or 41.32% from 559); Max value from RGB is 231 - color contains mainly: blue. Hex color #C97FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97FE7 is #368018. Grayscale: #A0A0A0. Windows color (decimal): -3571737 or 15171529. OLE color: 15171529.
HSL color Cylindrical-coordinate representation of color #C97FE7: hue angle of 282.69º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C97FE7 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 127 | 231 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.09 |
| HSL | 282.69º | 0.68% | 0.7% | - |
| HSV(B) | 282.69º | 0.45% | 0.91% | - |
| XYZ | 46.1 | 33.37 | 79.61 | - |
| YUV | 160.98 | 167.52 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 127 | 231 | 0.13 | 0.45 | 0 | 0.09 | 282.69 | 0.68 | 0.7 |
| Hex | C9 | 7F | E7 | D | 2D | 0 | 9 | 11B | 44 | 46 |
| Octal | 311 | 177 | 347 | 15 | 55 | 0 | 11 | 433 | 104 | 106 |
| Binary | 11001001 | 1111111 | 11100111 | 1101 | 101101 | 0 | 1001 | 100011011 | 1000100 | 1000110 |
Color Harmonies of #C97FE7
Complementary color
Monochromatic Colors of #C97FE7
Black with #C97FE7
Text Example
Text Example
White with #C97FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97FE7; }
p { color: rgb(201,127,231); }
H1.HeaderClassName
{
color: #C97FE7;
}
.AnyTagClassName
{
color: #C97FE7;
}
</style>
background-color css
<style>
a { background-color: #C97FE7; }
a { background-color: rgb(201,127,231); }
div.DivClassName
{
background-color: #C97FE7;
}
.BgClassName
{
background-color: #C97FE7;
}
</style>
border-color css
<style>
span { border-color: #C97FE7; }
span { border-color: rgb(201,127,231); }
td.TdClassName
{
border-color: #C97FE7;
}
.TagClassName
{
border-color: #C97FE7;
}
</style>