Shades of Wisteria #C897FB
Tints of Wisteria #C897FB
RGB
CMYK
RGB Variations
Color information
#C897FB (or 0xC897FB) is known color: Wisteria. HEX triplet: C8, 97 and FB. RGB value is (200,151,251). Sum of RGB (Red+Green+Blue) = 200+151+251=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #C897FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C897FB is #376804. Grayscale: #B0B0B0. Windows color (decimal): -3631109 or 16488392. OLE color: 16488392.
HSL color Cylindrical-coordinate representation of color #C897FB: hue angle of 269.4º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C897FB is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 151 | 251 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.02 |
| HSL | 269.4º | 0.93% | 0.79% | - |
| HSV(B) | 269.4º | 0.4% | 0.98% | - |
| XYZ | 52.3 | 41.38 | 96.5 | - |
| YUV | 177.05 | 169.73 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 251 | 0.20 | 0.40 | 0 | 0.02 | 269.4 | 0.93 | 0.79 |
| Hex | C8 | 97 | FB | 14 | 28 | 0 | 2 | 10D | 5D | 4F |
| Octal | 310 | 227 | 373 | 24 | 50 | 0 | 2 | 415 | 135 | 117 |
| Binary | 11001000 | 10010111 | 11111011 | 10100 | 101000 | 0 | 10 | 100001101 | 1011101 | 1001111 |
Color Harmonies of #C897FB
Complementary color
Monochromatic Colors of #C897FB
Black with #C897FB
Text Example
Text Example
White with #C897FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C897FB; }
p { color: rgb(200,151,251); }
H1.HeaderClassName
{
color: #C897FB;
}
.AnyTagClassName
{
color: #C897FB;
}
</style>
background-color css
<style>
a { background-color: #C897FB; }
a { background-color: rgb(200,151,251); }
div.DivClassName
{
background-color: #C897FB;
}
.BgClassName
{
background-color: #C897FB;
}
</style>
border-color css
<style>
span { border-color: #C897FB; }
span { border-color: rgb(200,151,251); }
td.TdClassName
{
border-color: #C897FB;
}
.TagClassName
{
border-color: #C897FB;
}
</style>