Shades of Wisteria #C97FE6
Tints of Wisteria #C97FE6
RGB
CMYK
RGB Variations
Color information
#C97FE6 (or 0xC97FE6) is known color: Wisteria. HEX triplet: C9, 7F and E6. RGB value is (201,127,230). Sum of RGB (Red+Green+Blue) = 201+127+230=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 230 - color contains mainly: blue. Hex color #C97FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97FE6 is #368019. Grayscale: #A0A0A0. Windows color (decimal): -3571738 or 15105993. OLE color: 15105993.
HSL color Cylindrical-coordinate representation of color #C97FE6: hue angle of 283.11º degrees, saturation: 0.67, 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 #C97FE6 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 127 | 230 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.10 |
| HSL | 283.11º | 0.67% | 0.7% | - |
| HSV(B) | 283.11º | 0.45% | 0.9% | - |
| XYZ | 45.96 | 33.31 | 78.87 | - |
| YUV | 160.87 | 167.02 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 127 | 230 | 0.13 | 0.45 | 0 | 0.10 | 283.11 | 0.67 | 0.7 |
| Hex | C9 | 7F | E6 | D | 2D | 0 | A | 11B | 43 | 46 |
| Octal | 311 | 177 | 346 | 15 | 55 | 0 | 12 | 433 | 103 | 106 |
| Binary | 11001001 | 1111111 | 11100110 | 1101 | 101101 | 0 | 1010 | 100011011 | 1000011 | 1000110 |
Color Harmonies of #C97FE6
Complementary color
Monochromatic Colors of #C97FE6
Black with #C97FE6
Text Example
Text Example
White with #C97FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97FE6; }
p { color: rgb(201,127,230); }
H1.HeaderClassName
{
color: #C97FE6;
}
.AnyTagClassName
{
color: #C97FE6;
}
</style>
background-color css
<style>
a { background-color: #C97FE6; }
a { background-color: rgb(201,127,230); }
div.DivClassName
{
background-color: #C97FE6;
}
.BgClassName
{
background-color: #C97FE6;
}
</style>
border-color css
<style>
span { border-color: #C97FE6; }
span { border-color: rgb(201,127,230); }
td.TdClassName
{
border-color: #C97FE6;
}
.TagClassName
{
border-color: #C97FE6;
}
</style>