Shades of Wisteria #C885DB
Tints of Wisteria #C885DB
RGB
CMYK
RGB Variations
Color information
#C885DB (or 0xC885DB) is known color: Wisteria. HEX triplet: C8, 85 and DB. RGB value is (200,133,219). Sum of RGB (Red+Green+Blue) = 200+133+219=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #C885DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885DB is #377A24. Grayscale: #A2A2A2. Windows color (decimal): -3635749 or 14386632. OLE color: 14386632.
HSL color Cylindrical-coordinate representation of color #C885DB: hue angle of 286.74º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C885DB is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 133 | 219 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.14 |
| HSL | 286.74º | 0.54% | 0.69% | - |
| HSV(B) | 286.74º | 0.39% | 0.86% | - |
| XYZ | 44.99 | 34.17 | 71.24 | - |
| YUV | 162.84 | 159.7 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 219 | 0.09 | 0.39 | 0 | 0.14 | 286.74 | 0.54 | 0.69 |
| Hex | C8 | 85 | DB | 9 | 27 | 0 | E | 11F | 36 | 45 |
| Octal | 310 | 205 | 333 | 11 | 47 | 0 | 16 | 437 | 66 | 105 |
| Binary | 11001000 | 10000101 | 11011011 | 1001 | 100111 | 0 | 1110 | 100011111 | 110110 | 1000101 |
Color Harmonies of #C885DB
Complementary color
Monochromatic Colors of #C885DB
Black with #C885DB
Text Example
Text Example
White with #C885DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885DB; }
p { color: rgb(200,133,219); }
H1.HeaderClassName
{
color: #C885DB;
}
.AnyTagClassName
{
color: #C885DB;
}
</style>
background-color css
<style>
a { background-color: #C885DB; }
a { background-color: rgb(200,133,219); }
div.DivClassName
{
background-color: #C885DB;
}
.BgClassName
{
background-color: #C885DB;
}
</style>
border-color css
<style>
span { border-color: #C885DB; }
span { border-color: rgb(200,133,219); }
td.TdClassName
{
border-color: #C885DB;
}
.TagClassName
{
border-color: #C885DB;
}
</style>