Shades of Wisteria #C993DB
Tints of Wisteria #C993DB
RGB
CMYK
RGB Variations
Color information
#C993DB (or 0xC993DB) is known color: Wisteria. HEX triplet: C9, 93 and DB. RGB value is (201,147,219). Sum of RGB (Red+Green+Blue) = 201+147+219=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #C993DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C993DB is #366C24. Grayscale: #ABABAB. Windows color (decimal): -3566629 or 14390217. OLE color: 14390217.
HSL color Cylindrical-coordinate representation of color #C993DB: hue angle of 285º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C993DB is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 147 | 219 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.14 |
| HSL | 285º | 0.5% | 0.72% | - |
| HSV(B) | 285º | 0.33% | 0.86% | - |
| XYZ | 47.31 | 38.4 | 71.94 | - |
| YUV | 171.35 | 154.89 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 219 | 0.08 | 0.33 | 0 | 0.14 | 285 | 0.5 | 0.72 |
| Hex | C9 | 93 | DB | 8 | 21 | 0 | E | 11D | 32 | 48 |
| Octal | 311 | 223 | 333 | 10 | 41 | 0 | 16 | 435 | 62 | 110 |
| Binary | 11001001 | 10010011 | 11011011 | 1000 | 100001 | 0 | 1110 | 100011101 | 110010 | 1001000 |
Color Harmonies of #C993DB
Complementary color
Monochromatic Colors of #C993DB
Black with #C993DB
Text Example
Text Example
White with #C993DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C993DB; }
p { color: rgb(201,147,219); }
H1.HeaderClassName
{
color: #C993DB;
}
.AnyTagClassName
{
color: #C993DB;
}
</style>
background-color css
<style>
a { background-color: #C993DB; }
a { background-color: rgb(201,147,219); }
div.DivClassName
{
background-color: #C993DB;
}
.BgClassName
{
background-color: #C993DB;
}
</style>
border-color css
<style>
span { border-color: #C993DB; }
span { border-color: rgb(201,147,219); }
td.TdClassName
{
border-color: #C993DB;
}
.TagClassName
{
border-color: #C993DB;
}
</style>