Shades of Wisteria #C992FB
Tints of Wisteria #C992FB
RGB
CMYK
RGB Variations
Color information
#C992FB (or 0xC992FB) is known color: Wisteria. HEX triplet: C9, 92 and FB. RGB value is (201,146,251). Sum of RGB (Red+Green+Blue) = 201+146+251=598 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.61% from 598); Green value is 146 (57.42% from 255 or 24.41% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #C992FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C992FB is #366D04. Grayscale: #AEAEAE. Windows color (decimal): -3566853 or 16487113. OLE color: 16487113.
HSL color Cylindrical-coordinate representation of color #C992FB: hue angle of 271.43º degrees, saturation: 0.93, 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 #C992FB is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 146 | 251 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.02 |
| HSL | 271.43º | 0.93% | 0.78% | - |
| HSV(B) | 271.43º | 0.42% | 0.98% | - |
| XYZ | 51.78 | 39.94 | 96.25 | - |
| YUV | 174.42 | 171.22 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 251 | 0.20 | 0.42 | 0 | 0.02 | 271.43 | 0.93 | 0.78 |
| Hex | C9 | 92 | FB | 14 | 2A | 0 | 2 | 10F | 5D | 4E |
| Octal | 311 | 222 | 373 | 24 | 52 | 0 | 2 | 417 | 135 | 116 |
| Binary | 11001001 | 10010010 | 11111011 | 10100 | 101010 | 0 | 10 | 100001111 | 1011101 | 1001110 |
Color Harmonies of #C992FB
Complementary color
Monochromatic Colors of #C992FB
Black with #C992FB
Text Example
Text Example
White with #C992FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C992FB; }
p { color: rgb(201,146,251); }
H1.HeaderClassName
{
color: #C992FB;
}
.AnyTagClassName
{
color: #C992FB;
}
</style>
background-color css
<style>
a { background-color: #C992FB; }
a { background-color: rgb(201,146,251); }
div.DivClassName
{
background-color: #C992FB;
}
.BgClassName
{
background-color: #C992FB;
}
</style>
border-color css
<style>
span { border-color: #C992FB; }
span { border-color: rgb(201,146,251); }
td.TdClassName
{
border-color: #C992FB;
}
.TagClassName
{
border-color: #C992FB;
}
</style>