Shades of Wisteria #CF87E6
Tints of Wisteria #CF87E6
RGB
CMYK
RGB Variations
Color information
#CF87E6 (or 0xCF87E6) is known color: Wisteria. HEX triplet: CF, 87 and E6. RGB value is (207,135,230). Sum of RGB (Red+Green+Blue) = 207+135+230=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 135 (53.12% from 255 or 23.60% from 572); Blue value is 230 (90.23% from 255 or 40.21% from 572); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF87E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF87E6 is #307819. Grayscale: #A7A7A7. Windows color (decimal): -3176474 or 15108047. OLE color: 15108047.
HSL color Cylindrical-coordinate representation of color #CF87E6: hue angle of 285.47º degrees, saturation: 0.66, 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 #CF87E6 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 135 | 230 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.10 |
| HSL | 285.47º | 0.66% | 0.72% | - |
| HSV(B) | 285.47º | 0.41% | 0.9% | - |
| XYZ | 48.68 | 36.31 | 79.31 | - |
| YUV | 167.36 | 163.35 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 230 | 0.10 | 0.41 | 0 | 0.10 | 285.47 | 0.66 | 0.72 |
| Hex | CF | 87 | E6 | A | 29 | 0 | A | 11D | 42 | 48 |
| Octal | 317 | 207 | 346 | 12 | 51 | 0 | 12 | 435 | 102 | 110 |
| Binary | 11001111 | 10000111 | 11100110 | 1010 | 101001 | 0 | 1010 | 100011101 | 1000010 | 1001000 |
Color Harmonies of #CF87E6
Complementary color
Monochromatic Colors of #CF87E6
Black with #CF87E6
Text Example
Text Example
White with #CF87E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF87E6; }
p { color: rgb(207,135,230); }
H1.HeaderClassName
{
color: #CF87E6;
}
.AnyTagClassName
{
color: #CF87E6;
}
</style>
background-color css
<style>
a { background-color: #CF87E6; }
a { background-color: rgb(207,135,230); }
div.DivClassName
{
background-color: #CF87E6;
}
.BgClassName
{
background-color: #CF87E6;
}
</style>
border-color css
<style>
span { border-color: #CF87E6; }
span { border-color: rgb(207,135,230); }
td.TdClassName
{
border-color: #CF87E6;
}
.TagClassName
{
border-color: #CF87E6;
}
</style>