Shades of Wisteria #C993DD
Tints of Wisteria #C993DD
RGB
CMYK
RGB Variations
Color information
#C993DD (or 0xC993DD) is known color: Wisteria. HEX triplet: C9, 93 and DD. RGB value is (201,147,221). Sum of RGB (Red+Green+Blue) = 201+147+221=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #C993DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993DD is #366C22. Grayscale: #ABABAB. Windows color (decimal): -3566627 or 14521289. OLE color: 14521289.
HSL color Cylindrical-coordinate representation of color #C993DD: hue angle of 283.78º 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 #C993DD is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 147 | 221 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.13 |
| HSL | 283.78º | 0.52% | 0.72% | - |
| HSV(B) | 283.78º | 0.33% | 0.87% | - |
| XYZ | 47.57 | 38.51 | 73.33 | - |
| YUV | 171.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 221 | 0.09 | 0.33 | 0 | 0.13 | 283.78 | 0.52 | 0.72 |
| Hex | C9 | 93 | DD | 9 | 21 | 0 | D | 11C | 34 | 48 |
| Octal | 311 | 223 | 335 | 11 | 41 | 0 | 15 | 434 | 64 | 110 |
| Binary | 11001001 | 10010011 | 11011101 | 1001 | 100001 | 0 | 1101 | 100011100 | 110100 | 1001000 |
Color Harmonies of #C993DD
Complementary color
Monochromatic Colors of #C993DD
Black with #C993DD
Text Example
Text Example
White with #C993DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C993DD; }
p { color: rgb(201,147,221); }
H1.HeaderClassName
{
color: #C993DD;
}
.AnyTagClassName
{
color: #C993DD;
}
</style>
background-color css
<style>
a { background-color: #C993DD; }
a { background-color: rgb(201,147,221); }
div.DivClassName
{
background-color: #C993DD;
}
.BgClassName
{
background-color: #C993DD;
}
</style>
border-color css
<style>
span { border-color: #C993DD; }
span { border-color: rgb(201,147,221); }
td.TdClassName
{
border-color: #C993DD;
}
.TagClassName
{
border-color: #C993DD;
}
</style>