Shades of Heliotrope #CF86FA
Tints of Heliotrope #CF86FA
RGB
CMYK
RGB Variations
Color information
#CF86FA (or 0xCF86FA) is known color: Heliotrope. HEX triplet: CF, 86 and FA. RGB value is (207,134,250). Sum of RGB (Red+Green+Blue) = 207+134+250=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 134 (52.73% from 255 or 22.67% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF86FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF86FA is #307905. Grayscale: #A8A8A8. Windows color (decimal): -3176710 or 16418511. OLE color: 16418511.
HSL color Cylindrical-coordinate representation of color #CF86FA: hue angle of 277.76º degrees, saturation: 0.92, 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 #CF86FA is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 134 | 250 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.02 |
| HSL | 277.76º | 0.92% | 0.75% | - |
| HSV(B) | 277.76º | 0.46% | 0.98% | - |
| XYZ | 51.51 | 37.22 | 94.91 | - |
| YUV | 169.05 | 173.68 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 250 | 0.17 | 0.46 | 0 | 0.02 | 277.76 | 0.92 | 0.75 |
| Hex | CF | 86 | FA | 11 | 2E | 0 | 2 | 116 | 5C | 4B |
| Octal | 317 | 206 | 372 | 21 | 56 | 0 | 2 | 426 | 134 | 113 |
| Binary | 11001111 | 10000110 | 11111010 | 10001 | 101110 | 0 | 10 | 100010110 | 1011100 | 1001011 |
Color Harmonies of #CF86FA
Complementary color
Monochromatic Colors of #CF86FA
Black with #CF86FA
Text Example
Text Example
White with #CF86FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF86FA; }
p { color: rgb(207,134,250); }
H1.HeaderClassName
{
color: #CF86FA;
}
.AnyTagClassName
{
color: #CF86FA;
}
</style>
background-color css
<style>
a { background-color: #CF86FA; }
a { background-color: rgb(207,134,250); }
div.DivClassName
{
background-color: #CF86FA;
}
.BgClassName
{
background-color: #CF86FA;
}
</style>
border-color css
<style>
span { border-color: #CF86FA; }
span { border-color: rgb(207,134,250); }
td.TdClassName
{
border-color: #CF86FA;
}
.TagClassName
{
border-color: #CF86FA;
}
</style>