Shades of Wisteria #C897F9
Tints of Wisteria #C897F9
RGB
CMYK
RGB Variations
Color information
#C897F9 (or 0xC897F9) is known color: Wisteria. HEX triplet: C8, 97 and F9. RGB value is (200,151,249). Sum of RGB (Red+Green+Blue) = 200+151+249=600 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.33% from 600); Green value is 151 (59.38% from 255 or 25.17% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #C897F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C897F9 is #376806. Grayscale: #B0B0B0. Windows color (decimal): -3631111 or 16357320. OLE color: 16357320.
HSL color Cylindrical-coordinate representation of color #C897F9: hue angle of 270º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C897F9 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 151 | 249 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.02 |
| HSL | 270º | 0.89% | 0.78% | - |
| HSV(B) | 270º | 0.39% | 0.98% | - |
| XYZ | 51.98 | 41.25 | 94.85 | - |
| YUV | 176.82 | 168.73 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 249 | 0.20 | 0.39 | 0 | 0.02 | 270 | 0.89 | 0.78 |
| Hex | C8 | 97 | F9 | 14 | 27 | 0 | 2 | 10E | 59 | 4E |
| Octal | 310 | 227 | 371 | 24 | 47 | 0 | 2 | 416 | 131 | 116 |
| Binary | 11001000 | 10010111 | 11111001 | 10100 | 100111 | 0 | 10 | 100001110 | 1011001 | 1001110 |
Color Harmonies of #C897F9
Complementary color
Monochromatic Colors of #C897F9
Black with #C897F9
Text Example
Text Example
White with #C897F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C897F9; }
p { color: rgb(200,151,249); }
H1.HeaderClassName
{
color: #C897F9;
}
.AnyTagClassName
{
color: #C897F9;
}
</style>
background-color css
<style>
a { background-color: #C897F9; }
a { background-color: rgb(200,151,249); }
div.DivClassName
{
background-color: #C897F9;
}
.BgClassName
{
background-color: #C897F9;
}
</style>
border-color css
<style>
span { border-color: #C897F9; }
span { border-color: rgb(200,151,249); }
td.TdClassName
{
border-color: #C897F9;
}
.TagClassName
{
border-color: #C897F9;
}
</style>