Shades of Wisteria #C995DF
Tints of Wisteria #C995DF
RGB
CMYK
RGB Variations
Color information
#C995DF (or 0xC995DF) is known color: Wisteria. HEX triplet: C9, 95 and DF. RGB value is (201,149,223). Sum of RGB (Red+Green+Blue) = 201+149+223=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 149 (58.59% from 255 or 26.00% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #C995DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995DF is #366A20. Grayscale: #ACACAC. Windows color (decimal): -3566113 or 14652873. OLE color: 14652873.
HSL color Cylindrical-coordinate representation of color #C995DF: hue angle of 282.16º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C995DF is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 149 | 223 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.13 |
| HSL | 282.16º | 0.54% | 0.73% | - |
| HSV(B) | 282.16º | 0.33% | 0.87% | - |
| XYZ | 48.15 | 39.24 | 74.85 | - |
| YUV | 172.98 | 156.23 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 223 | 0.10 | 0.33 | 0 | 0.13 | 282.16 | 0.54 | 0.73 |
| Hex | C9 | 95 | DF | A | 21 | 0 | D | 11A | 36 | 49 |
| Octal | 311 | 225 | 337 | 12 | 41 | 0 | 15 | 432 | 66 | 111 |
| Binary | 11001001 | 10010101 | 11011111 | 1010 | 100001 | 0 | 1101 | 100011010 | 110110 | 1001001 |
Color Harmonies of #C995DF
Complementary color
Monochromatic Colors of #C995DF
Black with #C995DF
Text Example
Text Example
White with #C995DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C995DF; }
p { color: rgb(201,149,223); }
H1.HeaderClassName
{
color: #C995DF;
}
.AnyTagClassName
{
color: #C995DF;
}
</style>
background-color css
<style>
a { background-color: #C995DF; }
a { background-color: rgb(201,149,223); }
div.DivClassName
{
background-color: #C995DF;
}
.BgClassName
{
background-color: #C995DF;
}
</style>
border-color css
<style>
span { border-color: #C995DF; }
span { border-color: rgb(201,149,223); }
td.TdClassName
{
border-color: #C995DF;
}
.TagClassName
{
border-color: #C995DF;
}
</style>