Shades of Heliotrope #CF87F0
Tints of Heliotrope #CF87F0
RGB
CMYK
RGB Variations
Color information
#CF87F0 (or 0xCF87F0) is known color: Heliotrope. HEX triplet: CF, 87 and F0. RGB value is (207,135,240). Sum of RGB (Red+Green+Blue) = 207+135+240=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 135 (53.12% from 255 or 23.20% from 582); Blue value is 240 (94.14% from 255 or 41.24% from 582); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF87F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF87F0 is #30780F. Grayscale: #A8A8A8. Windows color (decimal): -3176464 or 15763407. OLE color: 15763407.
HSL color Cylindrical-coordinate representation of color #CF87F0: hue angle of 281.14º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF87F0 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 135 | 240 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.06 |
| HSL | 281.14º | 0.78% | 0.74% | - |
| HSV(B) | 281.14º | 0.44% | 0.94% | - |
| XYZ | 50.12 | 36.88 | 86.92 | - |
| YUV | 168.5 | 168.35 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 240 | 0.14 | 0.44 | 0 | 0.06 | 281.14 | 0.78 | 0.74 |
| Hex | CF | 87 | F0 | E | 2C | 0 | 6 | 119 | 4E | 4A |
| Octal | 317 | 207 | 360 | 16 | 54 | 0 | 6 | 431 | 116 | 112 |
| Binary | 11001111 | 10000111 | 11110000 | 1110 | 101100 | 0 | 110 | 100011001 | 1001110 | 1001010 |
Color Harmonies of #CF87F0
Complementary color
Monochromatic Colors of #CF87F0
Black with #CF87F0
Text Example
Text Example
White with #CF87F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF87F0; }
p { color: rgb(207,135,240); }
H1.HeaderClassName
{
color: #CF87F0;
}
.AnyTagClassName
{
color: #CF87F0;
}
</style>
background-color css
<style>
a { background-color: #CF87F0; }
a { background-color: rgb(207,135,240); }
div.DivClassName
{
background-color: #CF87F0;
}
.BgClassName
{
background-color: #CF87F0;
}
</style>
border-color css
<style>
span { border-color: #CF87F0; }
span { border-color: rgb(207,135,240); }
td.TdClassName
{
border-color: #CF87F0;
}
.TagClassName
{
border-color: #CF87F0;
}
</style>