Shades of Wisteria #CF88E5
Tints of Wisteria #CF88E5
RGB
CMYK
RGB Variations
Color information
#CF88E5 (or 0xCF88E5) is known color: Wisteria. HEX triplet: CF, 88 and E5. RGB value is (207,136,229). Sum of RGB (Red+Green+Blue) = 207+136+229=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF88E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88E5 is #30771A. Grayscale: #A7A7A7. Windows color (decimal): -3176219 or 15042767. OLE color: 15042767.
HSL color Cylindrical-coordinate representation of color #CF88E5: hue angle of 285.81º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF88E5 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 136 | 229 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.10 |
| HSL | 285.81º | 0.64% | 0.72% | - |
| HSV(B) | 285.81º | 0.41% | 0.9% | - |
| XYZ | 48.68 | 36.53 | 78.61 | - |
| YUV | 167.83 | 162.52 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 229 | 0.10 | 0.41 | 0 | 0.10 | 285.81 | 0.64 | 0.72 |
| Hex | CF | 88 | E5 | A | 29 | 0 | A | 11E | 40 | 48 |
| Octal | 317 | 210 | 345 | 12 | 51 | 0 | 12 | 436 | 100 | 110 |
| Binary | 11001111 | 10001000 | 11100101 | 1010 | 101001 | 0 | 1010 | 100011110 | 1000000 | 1001000 |
Color Harmonies of #CF88E5
Complementary color
Monochromatic Colors of #CF88E5
Black with #CF88E5
Text Example
Text Example
White with #CF88E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88E5; }
p { color: rgb(207,136,229); }
H1.HeaderClassName
{
color: #CF88E5;
}
.AnyTagClassName
{
color: #CF88E5;
}
</style>
background-color css
<style>
a { background-color: #CF88E5; }
a { background-color: rgb(207,136,229); }
div.DivClassName
{
background-color: #CF88E5;
}
.BgClassName
{
background-color: #CF88E5;
}
</style>
border-color css
<style>
span { border-color: #CF88E5; }
span { border-color: rgb(207,136,229); }
td.TdClassName
{
border-color: #CF88E5;
}
.TagClassName
{
border-color: #CF88E5;
}
</style>