Shades of Wisteria #C992DF
Tints of Wisteria #C992DF
RGB
CMYK
RGB Variations
Color information
#C992DF (or 0xC992DF) is known color: Wisteria. HEX triplet: C9, 92 and DF. RGB value is (201,146,223). Sum of RGB (Red+Green+Blue) = 201+146+223=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #C992DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C992DF is #366D20. Grayscale: #AAAAAA. Windows color (decimal): -3566881 or 14652105. OLE color: 14652105.
HSL color Cylindrical-coordinate representation of color #C992DF: hue angle of 282.86º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C992DF is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 146 | 223 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.13 |
| HSL | 282.86º | 0.55% | 0.72% | - |
| HSV(B) | 282.86º | 0.35% | 0.87% | - |
| XYZ | 47.69 | 38.3 | 74.69 | - |
| YUV | 171.22 | 157.22 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 223 | 0.10 | 0.35 | 0 | 0.13 | 282.86 | 0.55 | 0.72 |
| Hex | C9 | 92 | DF | A | 23 | 0 | D | 11B | 37 | 48 |
| Octal | 311 | 222 | 337 | 12 | 43 | 0 | 15 | 433 | 67 | 110 |
| Binary | 11001001 | 10010010 | 11011111 | 1010 | 100011 | 0 | 1101 | 100011011 | 110111 | 1001000 |
Color Harmonies of #C992DF
Complementary color
Monochromatic Colors of #C992DF
Black with #C992DF
Text Example
Text Example
White with #C992DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C992DF; }
p { color: rgb(201,146,223); }
H1.HeaderClassName
{
color: #C992DF;
}
.AnyTagClassName
{
color: #C992DF;
}
</style>
background-color css
<style>
a { background-color: #C992DF; }
a { background-color: rgb(201,146,223); }
div.DivClassName
{
background-color: #C992DF;
}
.BgClassName
{
background-color: #C992DF;
}
</style>
border-color css
<style>
span { border-color: #C992DF; }
span { border-color: rgb(201,146,223); }
td.TdClassName
{
border-color: #C992DF;
}
.TagClassName
{
border-color: #C992DF;
}
</style>