Shades of Wisteria #CD88EC
Tints of Wisteria #CD88EC
RGB
CMYK
RGB Variations
Color information
#CD88EC (or 0xCD88EC) is known color: Wisteria. HEX triplet: CD, 88 and EC. RGB value is (205,136,236). Sum of RGB (Red+Green+Blue) = 205+136+236=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 136 (53.52% from 255 or 23.57% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD88EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD88EC is #327713. Grayscale: #A7A7A7. Windows color (decimal): -3307284 or 15501517. OLE color: 15501517.
HSL color Cylindrical-coordinate representation of color #CD88EC: hue angle of 281.4º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD88EC is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 136 | 236 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.07 |
| HSL | 281.4º | 0.72% | 0.73% | - |
| HSV(B) | 281.4º | 0.42% | 0.93% | - |
| XYZ | 49.12 | 36.64 | 83.84 | - |
| YUV | 168.03 | 166.36 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 136 | 236 | 0.13 | 0.42 | 0 | 0.07 | 281.4 | 0.72 | 0.73 |
| Hex | CD | 88 | EC | D | 2A | 0 | 7 | 119 | 48 | 49 |
| Octal | 315 | 210 | 354 | 15 | 52 | 0 | 7 | 431 | 110 | 111 |
| Binary | 11001101 | 10001000 | 11101100 | 1101 | 101010 | 0 | 111 | 100011001 | 1001000 | 1001001 |
Color Harmonies of #CD88EC
Complementary color
Monochromatic Colors of #CD88EC
Black with #CD88EC
Text Example
Text Example
White with #CD88EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD88EC; }
p { color: rgb(205,136,236); }
H1.HeaderClassName
{
color: #CD88EC;
}
.AnyTagClassName
{
color: #CD88EC;
}
</style>
background-color css
<style>
a { background-color: #CD88EC; }
a { background-color: rgb(205,136,236); }
div.DivClassName
{
background-color: #CD88EC;
}
.BgClassName
{
background-color: #CD88EC;
}
</style>
border-color css
<style>
span { border-color: #CD88EC; }
span { border-color: rgb(205,136,236); }
td.TdClassName
{
border-color: #CD88EC;
}
.TagClassName
{
border-color: #CD88EC;
}
</style>