Shades of Wisteria #CD88E0
Tints of Wisteria #CD88E0
RGB
CMYK
RGB Variations
Color information
#CD88E0 (or 0xCD88E0) is known color: Wisteria. HEX triplet: CD, 88 and E0. RGB value is (205,136,224). Sum of RGB (Red+Green+Blue) = 205+136+224=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD88E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD88E0 is #32771F. Grayscale: #A6A6A6. Windows color (decimal): -3307296 or 14715085. OLE color: 14715085.
HSL color Cylindrical-coordinate representation of color #CD88E0: hue angle of 287.05º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD88E0 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 136 | 224 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.12 |
| HSL | 287.05º | 0.59% | 0.71% | - |
| HSV(B) | 287.05º | 0.39% | 0.88% | - |
| XYZ | 47.44 | 35.97 | 74.96 | - |
| YUV | 166.66 | 160.36 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 136 | 224 | 0.08 | 0.39 | 0 | 0.12 | 287.05 | 0.59 | 0.71 |
| Hex | CD | 88 | E0 | 8 | 27 | 0 | C | 11F | 3B | 47 |
| Octal | 315 | 210 | 340 | 10 | 47 | 0 | 14 | 437 | 73 | 107 |
| Binary | 11001101 | 10001000 | 11100000 | 1000 | 100111 | 0 | 1100 | 100011111 | 111011 | 1000111 |
Color Harmonies of #CD88E0
Complementary color
Monochromatic Colors of #CD88E0
Black with #CD88E0
Text Example
Text Example
White with #CD88E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD88E0; }
p { color: rgb(205,136,224); }
H1.HeaderClassName
{
color: #CD88E0;
}
.AnyTagClassName
{
color: #CD88E0;
}
</style>
background-color css
<style>
a { background-color: #CD88E0; }
a { background-color: rgb(205,136,224); }
div.DivClassName
{
background-color: #CD88E0;
}
.BgClassName
{
background-color: #CD88E0;
}
</style>
border-color css
<style>
span { border-color: #CD88E0; }
span { border-color: rgb(205,136,224); }
td.TdClassName
{
border-color: #CD88E0;
}
.TagClassName
{
border-color: #CD88E0;
}
</style>