Shades of Wisteria #C991FA
Tints of Wisteria #C991FA
RGB
CMYK
RGB Variations
Color information
#C991FA (or 0xC991FA) is known color: Wisteria. HEX triplet: C9, 91 and FA. RGB value is (201,145,250). Sum of RGB (Red+Green+Blue) = 201+145+250=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #C991FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C991FA is #366E05. Grayscale: #ADADAD. Windows color (decimal): -3567110 or 16421321. OLE color: 16421321.
HSL color Cylindrical-coordinate representation of color #C991FA: hue angle of 272º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C991FA is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 145 | 250 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.02 |
| HSL | 272º | 0.91% | 0.77% | - |
| HSV(B) | 272º | 0.42% | 0.98% | - |
| XYZ | 51.47 | 39.57 | 95.37 | - |
| YUV | 173.71 | 171.05 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 250 | 0.20 | 0.42 | 0 | 0.02 | 272 | 0.91 | 0.77 |
| Hex | C9 | 91 | FA | 14 | 2A | 0 | 2 | 110 | 5B | 4D |
| Octal | 311 | 221 | 372 | 24 | 52 | 0 | 2 | 420 | 133 | 115 |
| Binary | 11001001 | 10010001 | 11111010 | 10100 | 101010 | 0 | 10 | 100010000 | 1011011 | 1001101 |
Color Harmonies of #C991FA
Complementary color
Monochromatic Colors of #C991FA
Black with #C991FA
Text Example
Text Example
White with #C991FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C991FA; }
p { color: rgb(201,145,250); }
H1.HeaderClassName
{
color: #C991FA;
}
.AnyTagClassName
{
color: #C991FA;
}
</style>
background-color css
<style>
a { background-color: #C991FA; }
a { background-color: rgb(201,145,250); }
div.DivClassName
{
background-color: #C991FA;
}
.BgClassName
{
background-color: #C991FA;
}
</style>
border-color css
<style>
span { border-color: #C991FA; }
span { border-color: rgb(201,145,250); }
td.TdClassName
{
border-color: #C991FA;
}
.TagClassName
{
border-color: #C991FA;
}
</style>