Shades of Wisteria #CF88EA
Tints of Wisteria #CF88EA
RGB
CMYK
RGB Variations
Color information
#CF88EA (or 0xCF88EA) is known color: Wisteria. HEX triplet: CF, 88 and EA. RGB value is (207,136,234). Sum of RGB (Red+Green+Blue) = 207+136+234=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 136 (53.52% from 255 or 23.57% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF88EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF88EA is #307715. Grayscale: #A8A8A8. Windows color (decimal): -3176214 or 15370447. OLE color: 15370447.
HSL color Cylindrical-coordinate representation of color #CF88EA: hue angle of 283.47º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF88EA is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 136 | 234 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.08 |
| HSL | 283.47º | 0.7% | 0.73% | - |
| HSV(B) | 283.47º | 0.42% | 0.92% | - |
| XYZ | 49.39 | 36.81 | 82.34 | - |
| YUV | 168.4 | 165.02 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 234 | 0.12 | 0.42 | 0 | 0.08 | 283.47 | 0.7 | 0.73 |
| Hex | CF | 88 | EA | C | 2A | 0 | 8 | 11B | 46 | 49 |
| Octal | 317 | 210 | 352 | 14 | 52 | 0 | 10 | 433 | 106 | 111 |
| Binary | 11001111 | 10001000 | 11101010 | 1100 | 101010 | 0 | 1000 | 100011011 | 1000110 | 1001001 |
Color Harmonies of #CF88EA
Complementary color
Monochromatic Colors of #CF88EA
Black with #CF88EA
Text Example
Text Example
White with #CF88EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88EA; }
p { color: rgb(207,136,234); }
H1.HeaderClassName
{
color: #CF88EA;
}
.AnyTagClassName
{
color: #CF88EA;
}
</style>
background-color css
<style>
a { background-color: #CF88EA; }
a { background-color: rgb(207,136,234); }
div.DivClassName
{
background-color: #CF88EA;
}
.BgClassName
{
background-color: #CF88EA;
}
</style>
border-color css
<style>
span { border-color: #CF88EA; }
span { border-color: rgb(207,136,234); }
td.TdClassName
{
border-color: #CF88EA;
}
.TagClassName
{
border-color: #CF88EA;
}
</style>