Shades of Heliotrope #CF87EF
Tints of Heliotrope #CF87EF
RGB
CMYK
RGB Variations
Color information
#CF87EF (or 0xCF87EF) is known color: Heliotrope. HEX triplet: CF, 87 and EF. RGB value is (207,135,239). Sum of RGB (Red+Green+Blue) = 207+135+239=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 135 (53.12% from 255 or 23.24% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF87EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF87EF is #307810. Grayscale: #A8A8A8. Windows color (decimal): -3176465 or 15697871. OLE color: 15697871.
HSL color Cylindrical-coordinate representation of color #CF87EF: hue angle of 281.54º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF87EF is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 135 | 239 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.06 |
| HSL | 281.54º | 0.76% | 0.73% | - |
| HSV(B) | 281.54º | 0.44% | 0.94% | - |
| XYZ | 49.98 | 36.83 | 86.14 | - |
| YUV | 168.38 | 167.85 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 239 | 0.13 | 0.44 | 0 | 0.06 | 281.54 | 0.76 | 0.73 |
| Hex | CF | 87 | EF | D | 2C | 0 | 6 | 11A | 4C | 49 |
| Octal | 317 | 207 | 357 | 15 | 54 | 0 | 6 | 432 | 114 | 111 |
| Binary | 11001111 | 10000111 | 11101111 | 1101 | 101100 | 0 | 110 | 100011010 | 1001100 | 1001001 |
Color Harmonies of #CF87EF
Complementary color
Monochromatic Colors of #CF87EF
Black with #CF87EF
Text Example
Text Example
White with #CF87EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF87EF; }
p { color: rgb(207,135,239); }
H1.HeaderClassName
{
color: #CF87EF;
}
.AnyTagClassName
{
color: #CF87EF;
}
</style>
background-color css
<style>
a { background-color: #CF87EF; }
a { background-color: rgb(207,135,239); }
div.DivClassName
{
background-color: #CF87EF;
}
.BgClassName
{
background-color: #CF87EF;
}
</style>
border-color css
<style>
span { border-color: #CF87EF; }
span { border-color: rgb(207,135,239); }
td.TdClassName
{
border-color: #CF87EF;
}
.TagClassName
{
border-color: #CF87EF;
}
</style>