Shades of Wisteria #C899DC
Tints of Wisteria #C899DC
RGB
CMYK
RGB Variations
Color information
#C899DC (or 0xC899DC) is known color: Wisteria. HEX triplet: C8, 99 and DC. RGB value is (200,153,220). Sum of RGB (Red+Green+Blue) = 200+153+220=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #C899DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C899DC is #376623. Grayscale: #AEAEAE. Windows color (decimal): -3630628 or 14457288. OLE color: 14457288.
HSL color Cylindrical-coordinate representation of color #C899DC: hue angle of 282.09º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C899DC is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 153 | 220 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.14 |
| HSL | 282.09º | 0.49% | 0.73% | - |
| HSV(B) | 282.09º | 0.3% | 0.86% | - |
| XYZ | 48.13 | 40.23 | 72.94 | - |
| YUV | 174.69 | 153.57 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 220 | 0.09 | 0.30 | 0 | 0.14 | 282.09 | 0.49 | 0.73 |
| Hex | C8 | 99 | DC | 9 | 1E | 0 | E | 11A | 31 | 49 |
| Octal | 310 | 231 | 334 | 11 | 36 | 0 | 16 | 432 | 61 | 111 |
| Binary | 11001000 | 10011001 | 11011100 | 1001 | 11110 | 0 | 1110 | 100011010 | 110001 | 1001001 |
Color Harmonies of #C899DC
Complementary color
Monochromatic Colors of #C899DC
Black with #C899DC
Text Example
Text Example
White with #C899DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C899DC; }
p { color: rgb(200,153,220); }
H1.HeaderClassName
{
color: #C899DC;
}
.AnyTagClassName
{
color: #C899DC;
}
</style>
background-color css
<style>
a { background-color: #C899DC; }
a { background-color: rgb(200,153,220); }
div.DivClassName
{
background-color: #C899DC;
}
.BgClassName
{
background-color: #C899DC;
}
</style>
border-color css
<style>
span { border-color: #C899DC; }
span { border-color: rgb(200,153,220); }
td.TdClassName
{
border-color: #C899DC;
}
.TagClassName
{
border-color: #C899DC;
}
</style>