Shades of Wisteria #C894D5
Tints of Wisteria #C894D5
RGB
CMYK
RGB Variations
Color information
#C894D5 (or 0xC894D5) is known color: Wisteria. HEX triplet: C8, 94 and D5. RGB value is (200,148,213). Sum of RGB (Red+Green+Blue) = 200+148+213=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 213 - color contains mainly: blue. Hex color #C894D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C894D5 is #376B2A. Grayscale: #AAAAAA. Windows color (decimal): -3631915 or 13997256. OLE color: 13997256.
HSL color Cylindrical-coordinate representation of color #C894D5: hue angle of 288º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C894D5 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 148 | 213 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.16 |
| HSL | 288º | 0.44% | 0.71% | - |
| HSV(B) | 288º | 0.31% | 0.84% | - |
| XYZ | 46.42 | 38.26 | 67.89 | - |
| YUV | 170.96 | 151.73 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 213 | 0.06 | 0.31 | 0 | 0.16 | 288 | 0.44 | 0.71 |
| Hex | C8 | 94 | D5 | 6 | 1F | 0 | 10 | 120 | 2C | 47 |
| Octal | 310 | 224 | 325 | 6 | 37 | 0 | 20 | 440 | 54 | 107 |
| Binary | 11001000 | 10010100 | 11010101 | 110 | 11111 | 0 | 10000 | 100100000 | 101100 | 1000111 |
Color Harmonies of #C894D5
Complementary color
Monochromatic Colors of #C894D5
Black with #C894D5
Text Example
Text Example
White with #C894D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C894D5; }
p { color: rgb(200,148,213); }
H1.HeaderClassName
{
color: #C894D5;
}
.AnyTagClassName
{
color: #C894D5;
}
</style>
background-color css
<style>
a { background-color: #C894D5; }
a { background-color: rgb(200,148,213); }
div.DivClassName
{
background-color: #C894D5;
}
.BgClassName
{
background-color: #C894D5;
}
</style>
border-color css
<style>
span { border-color: #C894D5; }
span { border-color: rgb(200,148,213); }
td.TdClassName
{
border-color: #C894D5;
}
.TagClassName
{
border-color: #C894D5;
}
</style>