Shades of Wisteria #C896FB
Tints of Wisteria #C896FB
RGB
CMYK
RGB Variations
Color information
#C896FB (or 0xC896FB) is known color: Wisteria. HEX triplet: C8, 96 and FB. RGB value is (200,150,251). Sum of RGB (Red+Green+Blue) = 200+150+251=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #C896FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C896FB is #376904. Grayscale: #B0B0B0. Windows color (decimal): -3631365 or 16488136. OLE color: 16488136.
HSL color Cylindrical-coordinate representation of color #C896FB: hue angle of 269.7º 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 #C896FB is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 150 | 251 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.02 |
| HSL | 269.7º | 0.93% | 0.79% | - |
| HSV(B) | 269.7º | 0.4% | 0.98% | - |
| XYZ | 52.14 | 41.06 | 96.44 | - |
| YUV | 176.46 | 170.07 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 251 | 0.20 | 0.40 | 0 | 0.02 | 269.7 | 0.93 | 0.79 |
| Hex | C8 | 96 | FB | 14 | 28 | 0 | 2 | 10E | 5D | 4F |
| Octal | 310 | 226 | 373 | 24 | 50 | 0 | 2 | 416 | 135 | 117 |
| Binary | 11001000 | 10010110 | 11111011 | 10100 | 101000 | 0 | 10 | 100001110 | 1011101 | 1001111 |
Color Harmonies of #C896FB
Complementary color
Monochromatic Colors of #C896FB
Black with #C896FB
Text Example
Text Example
White with #C896FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C896FB; }
p { color: rgb(200,150,251); }
H1.HeaderClassName
{
color: #C896FB;
}
.AnyTagClassName
{
color: #C896FB;
}
</style>
background-color css
<style>
a { background-color: #C896FB; }
a { background-color: rgb(200,150,251); }
div.DivClassName
{
background-color: #C896FB;
}
.BgClassName
{
background-color: #C896FB;
}
</style>
border-color css
<style>
span { border-color: #C896FB; }
span { border-color: rgb(200,150,251); }
td.TdClassName
{
border-color: #C896FB;
}
.TagClassName
{
border-color: #C896FB;
}
</style>