Shades of Wisteria #C894DD
Tints of Wisteria #C894DD
RGB
CMYK
RGB Variations
Color information
#C894DD (or 0xC894DD) is known color: Wisteria. HEX triplet: C8, 94 and DD. RGB value is (200,148,221). Sum of RGB (Red+Green+Blue) = 200+148+221=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 148 (58.20% from 255 or 26.01% 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 #C894DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C894DD is #376B22. Grayscale: #ABABAB. Windows color (decimal): -3631907 or 14521544. OLE color: 14521544.
HSL color Cylindrical-coordinate representation of color #C894DD: hue angle of 282.74º 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 #C894DD is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 148 | 221 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.13 |
| HSL | 282.74º | 0.52% | 0.72% | - |
| HSV(B) | 282.74º | 0.33% | 0.87% | - |
| XYZ | 47.46 | 38.68 | 73.37 | - |
| YUV | 171.87 | 155.73 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 221 | 0.10 | 0.33 | 0 | 0.13 | 282.74 | 0.52 | 0.72 |
| Hex | C8 | 94 | DD | A | 21 | 0 | D | 11B | 34 | 48 |
| Octal | 310 | 224 | 335 | 12 | 41 | 0 | 15 | 433 | 64 | 110 |
| Binary | 11001000 | 10010100 | 11011101 | 1010 | 100001 | 0 | 1101 | 100011011 | 110100 | 1001000 |
Color Harmonies of #C894DD
Complementary color
Monochromatic Colors of #C894DD
Black with #C894DD
Text Example
Text Example
White with #C894DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C894DD; }
p { color: rgb(200,148,221); }
H1.HeaderClassName
{
color: #C894DD;
}
.AnyTagClassName
{
color: #C894DD;
}
</style>
background-color css
<style>
a { background-color: #C894DD; }
a { background-color: rgb(200,148,221); }
div.DivClassName
{
background-color: #C894DD;
}
.BgClassName
{
background-color: #C894DD;
}
</style>
border-color css
<style>
span { border-color: #C894DD; }
span { border-color: rgb(200,148,221); }
td.TdClassName
{
border-color: #C894DD;
}
.TagClassName
{
border-color: #C894DD;
}
</style>