Shades of Wisteria #C994DD
Tints of Wisteria #C994DD
RGB
CMYK
RGB Variations
Color information
#C994DD (or 0xC994DD) is known color: Wisteria. HEX triplet: C9, 94 and DD. RGB value is (201,148,221). Sum of RGB (Red+Green+Blue) = 201+148+221=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #C994DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994DD is #366B22. Grayscale: #ABABAB. Windows color (decimal): -3566371 or 14521545. OLE color: 14521545.
HSL color Cylindrical-coordinate representation of color #C994DD: hue angle of 283.56º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C994DD is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 148 | 221 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.13 |
| HSL | 283.56º | 0.52% | 0.72% | - |
| HSV(B) | 283.56º | 0.33% | 0.87% | - |
| XYZ | 47.73 | 38.82 | 73.38 | - |
| YUV | 172.17 | 155.56 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 221 | 0.09 | 0.33 | 0 | 0.13 | 283.56 | 0.52 | 0.72 |
| Hex | C9 | 94 | DD | 9 | 21 | 0 | D | 11C | 34 | 48 |
| Octal | 311 | 224 | 335 | 11 | 41 | 0 | 15 | 434 | 64 | 110 |
| Binary | 11001001 | 10010100 | 11011101 | 1001 | 100001 | 0 | 1101 | 100011100 | 110100 | 1001000 |
Color Harmonies of #C994DD
Complementary color
Monochromatic Colors of #C994DD
Black with #C994DD
Text Example
Text Example
White with #C994DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C994DD; }
p { color: rgb(201,148,221); }
H1.HeaderClassName
{
color: #C994DD;
}
.AnyTagClassName
{
color: #C994DD;
}
</style>
background-color css
<style>
a { background-color: #C994DD; }
a { background-color: rgb(201,148,221); }
div.DivClassName
{
background-color: #C994DD;
}
.BgClassName
{
background-color: #C994DD;
}
</style>
border-color css
<style>
span { border-color: #C994DD; }
span { border-color: rgb(201,148,221); }
td.TdClassName
{
border-color: #C994DD;
}
.TagClassName
{
border-color: #C994DD;
}
</style>