Shades of Wisteria #C996FA
Tints of Wisteria #C996FA
RGB
CMYK
RGB Variations
Color information
#C996FA (or 0xC996FA) is known color: Wisteria. HEX triplet: C9, 96 and FA. RGB value is (201,150,250). Sum of RGB (Red+Green+Blue) = 201+150+250=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #C996FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C996FA is #366905. Grayscale: #B0B0B0. Windows color (decimal): -3565830 or 16422601. OLE color: 16422601.
HSL color Cylindrical-coordinate representation of color #C996FA: hue angle of 270.6º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C996FA is Cyan = 0.20, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 150 | 250 | - |
| CMYK | 0.20 | 0.4 | 0 | 0.02 |
| HSL | 270.6º | 0.91% | 0.78% | - |
| HSV(B) | 270.6º | 0.4% | 0.98% | - |
| XYZ | 52.25 | 41.13 | 95.63 | - |
| YUV | 176.65 | 169.4 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 250 | 0.20 | 0.4 | 0 | 0.02 | 270.6 | 0.91 | 0.78 |
| Hex | C9 | 96 | FA | 14 | 28 | 0 | 2 | 10F | 5B | 4E |
| Octal | 311 | 226 | 372 | 24 | 50 | 0 | 2 | 417 | 133 | 116 |
| Binary | 11001001 | 10010110 | 11111010 | 10100 | 101000 | 0 | 10 | 100001111 | 1011011 | 1001110 |
Color Harmonies of #C996FA
Complementary color
Monochromatic Colors of #C996FA
Black with #C996FA
Text Example
Text Example
White with #C996FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C996FA; }
p { color: rgb(201,150,250); }
H1.HeaderClassName
{
color: #C996FA;
}
.AnyTagClassName
{
color: #C996FA;
}
</style>
background-color css
<style>
a { background-color: #C996FA; }
a { background-color: rgb(201,150,250); }
div.DivClassName
{
background-color: #C996FA;
}
.BgClassName
{
background-color: #C996FA;
}
</style>
border-color css
<style>
span { border-color: #C996FA; }
span { border-color: rgb(201,150,250); }
td.TdClassName
{
border-color: #C996FA;
}
.TagClassName
{
border-color: #C996FA;
}
</style>