Shades of Wisteria #C893DD
Tints of Wisteria #C893DD
RGB
CMYK
RGB Variations
Color information
#C893DD (or 0xC893DD) is known color: Wisteria. HEX triplet: C8, 93 and DD. RGB value is (200,147,221). Sum of RGB (Red+Green+Blue) = 200+147+221=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #C893DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C893DD is #376C22. Grayscale: #ABABAB. Windows color (decimal): -3632163 or 14521288. OLE color: 14521288.
HSL color Cylindrical-coordinate representation of color #C893DD: hue angle of 282.97º 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 #C893DD is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 147 | 221 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.13 |
| HSL | 282.97º | 0.52% | 0.72% | - |
| HSV(B) | 282.97º | 0.33% | 0.87% | - |
| XYZ | 47.3 | 38.37 | 73.32 | - |
| YUV | 171.28 | 156.06 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 221 | 0.10 | 0.33 | 0 | 0.13 | 282.97 | 0.52 | 0.72 |
| Hex | C8 | 93 | DD | A | 21 | 0 | D | 11B | 34 | 48 |
| Octal | 310 | 223 | 335 | 12 | 41 | 0 | 15 | 433 | 64 | 110 |
| Binary | 11001000 | 10010011 | 11011101 | 1010 | 100001 | 0 | 1101 | 100011011 | 110100 | 1001000 |
Color Harmonies of #C893DD
Complementary color
Monochromatic Colors of #C893DD
Black with #C893DD
Text Example
Text Example
White with #C893DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C893DD; }
p { color: rgb(200,147,221); }
H1.HeaderClassName
{
color: #C893DD;
}
.AnyTagClassName
{
color: #C893DD;
}
</style>
background-color css
<style>
a { background-color: #C893DD; }
a { background-color: rgb(200,147,221); }
div.DivClassName
{
background-color: #C893DD;
}
.BgClassName
{
background-color: #C893DD;
}
</style>
border-color css
<style>
span { border-color: #C893DD; }
span { border-color: rgb(200,147,221); }
td.TdClassName
{
border-color: #C893DD;
}
.TagClassName
{
border-color: #C893DD;
}
</style>