Shades of Wisteria #C892DD
Tints of Wisteria #C892DD
RGB
CMYK
RGB Variations
Color information
#C892DD (or 0xC892DD) is known color: Wisteria. HEX triplet: C8, 92 and DD. RGB value is (200,146,221). Sum of RGB (Red+Green+Blue) = 200+146+221=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #C892DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C892DD is #376D22. Grayscale: #AAAAAA. Windows color (decimal): -3632419 or 14521032. OLE color: 14521032.
HSL color Cylindrical-coordinate representation of color #C892DD: hue angle of 283.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C892DD is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 146 | 221 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.13 |
| HSL | 283.2º | 0.52% | 0.72% | - |
| HSV(B) | 283.2º | 0.34% | 0.87% | - |
| XYZ | 47.15 | 38.06 | 73.27 | - |
| YUV | 170.7 | 156.39 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 221 | 0.10 | 0.34 | 0 | 0.13 | 283.2 | 0.52 | 0.72 |
| Hex | C8 | 92 | DD | A | 22 | 0 | D | 11B | 34 | 48 |
| Octal | 310 | 222 | 335 | 12 | 42 | 0 | 15 | 433 | 64 | 110 |
| Binary | 11001000 | 10010010 | 11011101 | 1010 | 100010 | 0 | 1101 | 100011011 | 110100 | 1001000 |
Color Harmonies of #C892DD
Complementary color
Monochromatic Colors of #C892DD
Black with #C892DD
Text Example
Text Example
White with #C892DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C892DD; }
p { color: rgb(200,146,221); }
H1.HeaderClassName
{
color: #C892DD;
}
.AnyTagClassName
{
color: #C892DD;
}
</style>
background-color css
<style>
a { background-color: #C892DD; }
a { background-color: rgb(200,146,221); }
div.DivClassName
{
background-color: #C892DD;
}
.BgClassName
{
background-color: #C892DD;
}
</style>
border-color css
<style>
span { border-color: #C892DD; }
span { border-color: rgb(200,146,221); }
td.TdClassName
{
border-color: #C892DD;
}
.TagClassName
{
border-color: #C892DD;
}
</style>