Shades of Heliotrope #CF87F1
Tints of Heliotrope #CF87F1
RGB
CMYK
RGB Variations
Color information
#CF87F1 (or 0xCF87F1) is known color: Heliotrope. HEX triplet: CF, 87 and F1. RGB value is (207,135,241). Sum of RGB (Red+Green+Blue) = 207+135+241=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 135 (53.12% from 255 or 23.16% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF87F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF87F1 is #30780E. Grayscale: #A8A8A8. Windows color (decimal): -3176463 or 15828943. OLE color: 15828943.
HSL color Cylindrical-coordinate representation of color #CF87F1: hue angle of 280.75º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF87F1 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 135 | 241 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.05 |
| HSL | 280.75º | 0.79% | 0.74% | - |
| HSV(B) | 280.75º | 0.44% | 0.95% | - |
| XYZ | 50.27 | 36.94 | 87.7 | - |
| YUV | 168.61 | 168.85 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 241 | 0.14 | 0.44 | 0 | 0.05 | 280.75 | 0.79 | 0.74 |
| Hex | CF | 87 | F1 | E | 2C | 0 | 5 | 119 | 4F | 4A |
| Octal | 317 | 207 | 361 | 16 | 54 | 0 | 5 | 431 | 117 | 112 |
| Binary | 11001111 | 10000111 | 11110001 | 1110 | 101100 | 0 | 101 | 100011001 | 1001111 | 1001010 |
Color Harmonies of #CF87F1
Complementary color
Monochromatic Colors of #CF87F1
Black with #CF87F1
Text Example
Text Example
White with #CF87F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF87F1; }
p { color: rgb(207,135,241); }
H1.HeaderClassName
{
color: #CF87F1;
}
.AnyTagClassName
{
color: #CF87F1;
}
</style>
background-color css
<style>
a { background-color: #CF87F1; }
a { background-color: rgb(207,135,241); }
div.DivClassName
{
background-color: #CF87F1;
}
.BgClassName
{
background-color: #CF87F1;
}
</style>
border-color css
<style>
span { border-color: #CF87F1; }
span { border-color: rgb(207,135,241); }
td.TdClassName
{
border-color: #CF87F1;
}
.TagClassName
{
border-color: #CF87F1;
}
</style>