Shades of Wisteria #CF88E1
Tints of Wisteria #CF88E1
RGB
CMYK
RGB Variations
Color information
#CF88E1 (or 0xCF88E1) is known color: Wisteria. HEX triplet: CF, 88 and E1. RGB value is (207,136,225). Sum of RGB (Red+Green+Blue) = 207+136+225=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF88E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88E1 is #30771E. Grayscale: #A7A7A7. Windows color (decimal): -3176223 or 14780623. OLE color: 14780623.
HSL color Cylindrical-coordinate representation of color #CF88E1: hue angle of 287.87º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF88E1 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 136 | 225 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.12 |
| HSL | 287.87º | 0.6% | 0.71% | - |
| HSV(B) | 287.87º | 0.4% | 0.88% | - |
| XYZ | 48.13 | 36.31 | 75.71 | - |
| YUV | 167.38 | 160.52 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 225 | 0.08 | 0.40 | 0 | 0.12 | 287.87 | 0.6 | 0.71 |
| Hex | CF | 88 | E1 | 8 | 28 | 0 | C | 120 | 3C | 47 |
| Octal | 317 | 210 | 341 | 10 | 50 | 0 | 14 | 440 | 74 | 107 |
| Binary | 11001111 | 10001000 | 11100001 | 1000 | 101000 | 0 | 1100 | 100100000 | 111100 | 1000111 |
Color Harmonies of #CF88E1
Complementary color
Monochromatic Colors of #CF88E1
Black with #CF88E1
Text Example
Text Example
White with #CF88E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88E1; }
p { color: rgb(207,136,225); }
H1.HeaderClassName
{
color: #CF88E1;
}
.AnyTagClassName
{
color: #CF88E1;
}
</style>
background-color css
<style>
a { background-color: #CF88E1; }
a { background-color: rgb(207,136,225); }
div.DivClassName
{
background-color: #CF88E1;
}
.BgClassName
{
background-color: #CF88E1;
}
</style>
border-color css
<style>
span { border-color: #CF88E1; }
span { border-color: rgb(207,136,225); }
td.TdClassName
{
border-color: #CF88E1;
}
.TagClassName
{
border-color: #CF88E1;
}
</style>