Shades of Heliotrope #CF86F9
Tints of Heliotrope #CF86F9
RGB
CMYK
RGB Variations
Color information
#CF86F9 (or 0xCF86F9) is known color: Heliotrope. HEX triplet: CF, 86 and F9. RGB value is (207,134,249). Sum of RGB (Red+Green+Blue) = 207+134+249=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 134 (52.73% from 255 or 22.71% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF86F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF86F9 is #307906. Grayscale: #A8A8A8. Windows color (decimal): -3176711 or 16352975. OLE color: 16352975.
HSL color Cylindrical-coordinate representation of color #CF86F9: hue angle of 278.09º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF86F9 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 134 | 249 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.02 |
| HSL | 278.09º | 0.91% | 0.75% | - |
| HSV(B) | 278.09º | 0.46% | 0.98% | - |
| XYZ | 51.36 | 37.16 | 94.09 | - |
| YUV | 168.94 | 173.18 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 249 | 0.17 | 0.46 | 0 | 0.02 | 278.09 | 0.91 | 0.75 |
| Hex | CF | 86 | F9 | 11 | 2E | 0 | 2 | 116 | 5B | 4B |
| Octal | 317 | 206 | 371 | 21 | 56 | 0 | 2 | 426 | 133 | 113 |
| Binary | 11001111 | 10000110 | 11111001 | 10001 | 101110 | 0 | 10 | 100010110 | 1011011 | 1001011 |
Color Harmonies of #CF86F9
Complementary color
Monochromatic Colors of #CF86F9
Black with #CF86F9
Text Example
Text Example
White with #CF86F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF86F9; }
p { color: rgb(207,134,249); }
H1.HeaderClassName
{
color: #CF86F9;
}
.AnyTagClassName
{
color: #CF86F9;
}
</style>
background-color css
<style>
a { background-color: #CF86F9; }
a { background-color: rgb(207,134,249); }
div.DivClassName
{
background-color: #CF86F9;
}
.BgClassName
{
background-color: #CF86F9;
}
</style>
border-color css
<style>
span { border-color: #CF86F9; }
span { border-color: rgb(207,134,249); }
td.TdClassName
{
border-color: #CF86F9;
}
.TagClassName
{
border-color: #CF86F9;
}
</style>