Shades of Wisteria #C885D5
Tints of Wisteria #C885D5
RGB
CMYK
RGB Variations
Color information
#C885D5 (or 0xC885D5) is known color: Wisteria. HEX triplet: C8, 85 and D5. RGB value is (200,133,213). Sum of RGB (Red+Green+Blue) = 200+133+213=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 213 - color contains mainly: blue. Hex color #C885D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885D5 is #377A2A. Grayscale: #A1A1A1. Windows color (decimal): -3635755 or 13993416. OLE color: 13993416.
HSL color Cylindrical-coordinate representation of color #C885D5: hue angle of 290.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C885D5 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 133 | 213 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.16 |
| HSL | 290.25º | 0.49% | 0.68% | - |
| HSV(B) | 290.25º | 0.38% | 0.84% | - |
| XYZ | 44.22 | 33.86 | 67.16 | - |
| YUV | 162.15 | 156.7 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 213 | 0.06 | 0.38 | 0 | 0.16 | 290.25 | 0.49 | 0.68 |
| Hex | C8 | 85 | D5 | 6 | 26 | 0 | 10 | 122 | 31 | 44 |
| Octal | 310 | 205 | 325 | 6 | 46 | 0 | 20 | 442 | 61 | 104 |
| Binary | 11001000 | 10000101 | 11010101 | 110 | 100110 | 0 | 10000 | 100100010 | 110001 | 1000100 |
Color Harmonies of #C885D5
Complementary color
Monochromatic Colors of #C885D5
Black with #C885D5
Text Example
Text Example
White with #C885D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885D5; }
p { color: rgb(200,133,213); }
H1.HeaderClassName
{
color: #C885D5;
}
.AnyTagClassName
{
color: #C885D5;
}
</style>
background-color css
<style>
a { background-color: #C885D5; }
a { background-color: rgb(200,133,213); }
div.DivClassName
{
background-color: #C885D5;
}
.BgClassName
{
background-color: #C885D5;
}
</style>
border-color css
<style>
span { border-color: #C885D5; }
span { border-color: rgb(200,133,213); }
td.TdClassName
{
border-color: #C885D5;
}
.TagClassName
{
border-color: #C885D5;
}
</style>