Shades of Wisteria #C897F7
Tints of Wisteria #C897F7
RGB
CMYK
RGB Variations
Color information
#C897F7 (or 0xC897F7) is known color: Wisteria. HEX triplet: C8, 97 and F7. RGB value is (200,151,247). Sum of RGB (Red+Green+Blue) = 200+151+247=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 151 (59.38% from 255 or 25.25% from 598); Blue value is 247 (96.88% from 255 or 41.30% from 598); Max value from RGB is 247 - color contains mainly: blue. Hex color #C897F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C897F7 is #376808. Grayscale: #B0B0B0. Windows color (decimal): -3631113 or 16226248. OLE color: 16226248.
HSL color Cylindrical-coordinate representation of color #C897F7: hue angle of 270.62º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C897F7 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 151 | 247 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.03 |
| HSL | 270.63º | 0.86% | 0.78% | - |
| HSV(B) | 270.63º | 0.39% | 0.97% | - |
| XYZ | 51.67 | 41.13 | 93.21 | - |
| YUV | 176.6 | 167.73 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 247 | 0.19 | 0.39 | 0 | 0.03 | 270.63 | 0.86 | 0.78 |
| Hex | C8 | 97 | F7 | 13 | 27 | 0 | 3 | 10F | 56 | 4E |
| Octal | 310 | 227 | 367 | 23 | 47 | 0 | 3 | 417 | 126 | 116 |
| Binary | 11001000 | 10010111 | 11110111 | 10011 | 100111 | 0 | 11 | 100001111 | 1010110 | 1001110 |
Color Harmonies of #C897F7
Complementary color
Monochromatic Colors of #C897F7
Black with #C897F7
Text Example
Text Example
White with #C897F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C897F7; }
p { color: rgb(200,151,247); }
H1.HeaderClassName
{
color: #C897F7;
}
.AnyTagClassName
{
color: #C897F7;
}
</style>
background-color css
<style>
a { background-color: #C897F7; }
a { background-color: rgb(200,151,247); }
div.DivClassName
{
background-color: #C897F7;
}
.BgClassName
{
background-color: #C897F7;
}
</style>
border-color css
<style>
span { border-color: #C897F7; }
span { border-color: rgb(200,151,247); }
td.TdClassName
{
border-color: #C897F7;
}
.TagClassName
{
border-color: #C897F7;
}
</style>