Shades of Wisteria #CF88ED
Tints of Wisteria #CF88ED
RGB
CMYK
RGB Variations
Color information
#CF88ED (or 0xCF88ED) is known color: Wisteria. HEX triplet: CF, 88 and ED. RGB value is (207,136,237). Sum of RGB (Red+Green+Blue) = 207+136+237=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 136 (53.52% from 255 or 23.45% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF88ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF88ED is #307712. Grayscale: #A8A8A8. Windows color (decimal): -3176211 or 15567055. OLE color: 15567055.
HSL color Cylindrical-coordinate representation of color #CF88ED: hue angle of 282.18º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF88ED is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 136 | 237 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.07 |
| HSL | 282.18º | 0.74% | 0.73% | - |
| HSV(B) | 282.18º | 0.43% | 0.93% | - |
| XYZ | 49.82 | 36.99 | 84.63 | - |
| YUV | 168.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 237 | 0.13 | 0.43 | 0 | 0.07 | 282.18 | 0.74 | 0.73 |
| Hex | CF | 88 | ED | D | 2B | 0 | 7 | 11A | 4A | 49 |
| Octal | 317 | 210 | 355 | 15 | 53 | 0 | 7 | 432 | 112 | 111 |
| Binary | 11001111 | 10001000 | 11101101 | 1101 | 101011 | 0 | 111 | 100011010 | 1001010 | 1001001 |
Color Harmonies of #CF88ED
Complementary color
Monochromatic Colors of #CF88ED
Black with #CF88ED
Text Example
Text Example
White with #CF88ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88ED; }
p { color: rgb(207,136,237); }
H1.HeaderClassName
{
color: #CF88ED;
}
.AnyTagClassName
{
color: #CF88ED;
}
</style>
background-color css
<style>
a { background-color: #CF88ED; }
a { background-color: rgb(207,136,237); }
div.DivClassName
{
background-color: #CF88ED;
}
.BgClassName
{
background-color: #CF88ED;
}
</style>
border-color css
<style>
span { border-color: #CF88ED; }
span { border-color: rgb(207,136,237); }
td.TdClassName
{
border-color: #CF88ED;
}
.TagClassName
{
border-color: #CF88ED;
}
</style>