Shades of Wisteria #C996FB
Tints of Wisteria #C996FB
RGB
CMYK
RGB Variations
Color information
#C996FB (or 0xC996FB) is known color: Wisteria. HEX triplet: C9, 96 and FB. RGB value is (201,150,251). Sum of RGB (Red+Green+Blue) = 201+150+251=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 150 (58.98% from 255 or 24.92% 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 #C996FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C996FB is #366904. Grayscale: #B0B0B0. Windows color (decimal): -3565829 or 16488137. OLE color: 16488137.
HSL color Cylindrical-coordinate representation of color #C996FB: hue angle of 270.3º 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 #C996FB is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 150 | 251 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.02 |
| HSL | 270.3º | 0.93% | 0.79% | - |
| HSV(B) | 270.3º | 0.4% | 0.98% | - |
| XYZ | 52.41 | 41.2 | 96.46 | - |
| YUV | 176.76 | 169.9 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 251 | 0.20 | 0.40 | 0 | 0.02 | 270.3 | 0.93 | 0.79 |
| Hex | C9 | 96 | FB | 14 | 28 | 0 | 2 | 10E | 5D | 4F |
| Octal | 311 | 226 | 373 | 24 | 50 | 0 | 2 | 416 | 135 | 117 |
| Binary | 11001001 | 10010110 | 11111011 | 10100 | 101000 | 0 | 10 | 100001110 | 1011101 | 1001111 |
Color Harmonies of #C996FB
Complementary color
Monochromatic Colors of #C996FB
Black with #C996FB
Text Example
Text Example
White with #C996FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C996FB; }
p { color: rgb(201,150,251); }
H1.HeaderClassName
{
color: #C996FB;
}
.AnyTagClassName
{
color: #C996FB;
}
</style>
background-color css
<style>
a { background-color: #C996FB; }
a { background-color: rgb(201,150,251); }
div.DivClassName
{
background-color: #C996FB;
}
.BgClassName
{
background-color: #C996FB;
}
</style>
border-color css
<style>
span { border-color: #C996FB; }
span { border-color: rgb(201,150,251); }
td.TdClassName
{
border-color: #C996FB;
}
.TagClassName
{
border-color: #C996FB;
}
</style>