Shades of Wisteria #C990DF
Tints of Wisteria #C990DF
RGB
CMYK
RGB Variations
Color information
#C990DF (or 0xC990DF) is known color: Wisteria. HEX triplet: C9, 90 and DF. RGB value is (201,144,223). Sum of RGB (Red+Green+Blue) = 201+144+223=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #C990DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990DF is #366F20. Grayscale: #A9A9A9. Windows color (decimal): -3567393 or 14651593. OLE color: 14651593.
HSL color Cylindrical-coordinate representation of color #C990DF: hue angle of 283.29º 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 #C990DF is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 144 | 223 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.13 |
| HSL | 283.29º | 0.55% | 0.72% | - |
| HSV(B) | 283.29º | 0.35% | 0.87% | - |
| XYZ | 47.38 | 37.69 | 74.59 | - |
| YUV | 170.05 | 157.88 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 223 | 0.10 | 0.35 | 0 | 0.13 | 283.29 | 0.55 | 0.72 |
| Hex | C9 | 90 | DF | A | 23 | 0 | D | 11B | 37 | 48 |
| Octal | 311 | 220 | 337 | 12 | 43 | 0 | 15 | 433 | 67 | 110 |
| Binary | 11001001 | 10010000 | 11011111 | 1010 | 100011 | 0 | 1101 | 100011011 | 110111 | 1001000 |
Color Harmonies of #C990DF
Complementary color
Monochromatic Colors of #C990DF
Black with #C990DF
Text Example
Text Example
White with #C990DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C990DF; }
p { color: rgb(201,144,223); }
H1.HeaderClassName
{
color: #C990DF;
}
.AnyTagClassName
{
color: #C990DF;
}
</style>
background-color css
<style>
a { background-color: #C990DF; }
a { background-color: rgb(201,144,223); }
div.DivClassName
{
background-color: #C990DF;
}
.BgClassName
{
background-color: #C990DF;
}
</style>
border-color css
<style>
span { border-color: #C990DF; }
span { border-color: rgb(201,144,223); }
td.TdClassName
{
border-color: #C990DF;
}
.TagClassName
{
border-color: #C990DF;
}
</style>