Shades of Wisteria #C885ED
Tints of Wisteria #C885ED
RGB
CMYK
RGB Variations
Color information
#C885ED (or 0xC885ED) is known color: Wisteria. HEX triplet: C8, 85 and ED. RGB value is (200,133,237). Sum of RGB (Red+Green+Blue) = 200+133+237=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #C885ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C885ED is #377A12. Grayscale: #A4A4A4. Windows color (decimal): -3635731 or 15566280. OLE color: 15566280.
HSL color Cylindrical-coordinate representation of color #C885ED: hue angle of 278.65º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C885ED is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 133 | 237 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.07 |
| HSL | 278.65º | 0.74% | 0.73% | - |
| HSV(B) | 278.65º | 0.44% | 0.93% | - |
| XYZ | 47.49 | 35.17 | 84.41 | - |
| YUV | 164.89 | 168.7 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 237 | 0.16 | 0.44 | 0 | 0.07 | 278.65 | 0.74 | 0.73 |
| Hex | C8 | 85 | ED | 10 | 2C | 0 | 7 | 117 | 4A | 49 |
| Octal | 310 | 205 | 355 | 20 | 54 | 0 | 7 | 427 | 112 | 111 |
| Binary | 11001000 | 10000101 | 11101101 | 10000 | 101100 | 0 | 111 | 100010111 | 1001010 | 1001001 |
Color Harmonies of #C885ED
Complementary color
Monochromatic Colors of #C885ED
Black with #C885ED
Text Example
Text Example
White with #C885ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885ED; }
p { color: rgb(200,133,237); }
H1.HeaderClassName
{
color: #C885ED;
}
.AnyTagClassName
{
color: #C885ED;
}
</style>
background-color css
<style>
a { background-color: #C885ED; }
a { background-color: rgb(200,133,237); }
div.DivClassName
{
background-color: #C885ED;
}
.BgClassName
{
background-color: #C885ED;
}
</style>
border-color css
<style>
span { border-color: #C885ED; }
span { border-color: rgb(200,133,237); }
td.TdClassName
{
border-color: #C885ED;
}
.TagClassName
{
border-color: #C885ED;
}
</style>