Shades of Wisteria #C895DB
Tints of Wisteria #C895DB
RGB
CMYK
RGB Variations
Color information
#C895DB (or 0xC895DB) is known color: Wisteria. HEX triplet: C8, 95 and DB. RGB value is (200,149,219). Sum of RGB (Red+Green+Blue) = 200+149+219=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #C895DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895DB is #376A24. Grayscale: #ACACAC. Windows color (decimal): -3631653 or 14390728. OLE color: 14390728.
HSL color Cylindrical-coordinate representation of color #C895DB: hue angle of 283.71º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C895DB is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 149 | 219 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.14 |
| HSL | 283.71º | 0.49% | 0.72% | - |
| HSV(B) | 283.71º | 0.32% | 0.86% | - |
| XYZ | 47.35 | 38.89 | 72.03 | - |
| YUV | 172.23 | 154.4 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 219 | 0.09 | 0.32 | 0 | 0.14 | 283.71 | 0.49 | 0.72 |
| Hex | C8 | 95 | DB | 9 | 20 | 0 | E | 11C | 31 | 48 |
| Octal | 310 | 225 | 333 | 11 | 40 | 0 | 16 | 434 | 61 | 110 |
| Binary | 11001000 | 10010101 | 11011011 | 1001 | 100000 | 0 | 1110 | 100011100 | 110001 | 1001000 |
Color Harmonies of #C895DB
Complementary color
Monochromatic Colors of #C895DB
Black with #C895DB
Text Example
Text Example
White with #C895DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C895DB; }
p { color: rgb(200,149,219); }
H1.HeaderClassName
{
color: #C895DB;
}
.AnyTagClassName
{
color: #C895DB;
}
</style>
background-color css
<style>
a { background-color: #C895DB; }
a { background-color: rgb(200,149,219); }
div.DivClassName
{
background-color: #C895DB;
}
.BgClassName
{
background-color: #C895DB;
}
</style>
border-color css
<style>
span { border-color: #C895DB; }
span { border-color: rgb(200,149,219); }
td.TdClassName
{
border-color: #C895DB;
}
.TagClassName
{
border-color: #C895DB;
}
</style>