Shades of Wisteria #C992FA
Tints of Wisteria #C992FA
RGB
CMYK
RGB Variations
Color information
#C992FA (or 0xC992FA) is known color: Wisteria. HEX triplet: C9, 92 and FA. RGB value is (201,146,250). Sum of RGB (Red+Green+Blue) = 201+146+250=597 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.67% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #C992FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C992FA is #366D05. Grayscale: #ADADAD. Windows color (decimal): -3566854 or 16421577. OLE color: 16421577.
HSL color Cylindrical-coordinate representation of color #C992FA: hue angle of 271.73º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C992FA is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 146 | 250 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.02 |
| HSL | 271.73º | 0.91% | 0.78% | - |
| HSV(B) | 271.73º | 0.42% | 0.98% | - |
| XYZ | 51.62 | 39.88 | 95.42 | - |
| YUV | 174.3 | 170.72 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 250 | 0.20 | 0.42 | 0 | 0.02 | 271.73 | 0.91 | 0.78 |
| Hex | C9 | 92 | FA | 14 | 2A | 0 | 2 | 110 | 5B | 4E |
| Octal | 311 | 222 | 372 | 24 | 52 | 0 | 2 | 420 | 133 | 116 |
| Binary | 11001001 | 10010010 | 11111010 | 10100 | 101010 | 0 | 10 | 100010000 | 1011011 | 1001110 |
Color Harmonies of #C992FA
Complementary color
Monochromatic Colors of #C992FA
Black with #C992FA
Text Example
Text Example
White with #C992FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C992FA; }
p { color: rgb(201,146,250); }
H1.HeaderClassName
{
color: #C992FA;
}
.AnyTagClassName
{
color: #C992FA;
}
</style>
background-color css
<style>
a { background-color: #C992FA; }
a { background-color: rgb(201,146,250); }
div.DivClassName
{
background-color: #C992FA;
}
.BgClassName
{
background-color: #C992FA;
}
</style>
border-color css
<style>
span { border-color: #C992FA; }
span { border-color: rgb(201,146,250); }
td.TdClassName
{
border-color: #C992FA;
}
.TagClassName
{
border-color: #C992FA;
}
</style>