Shades of Heliotrope #CF86FC
Tints of Heliotrope #CF86FC
RGB
CMYK
RGB Variations
Color information
#CF86FC (or 0xCF86FC) is known color: Heliotrope. HEX triplet: CF, 86 and FC. RGB value is (207,134,252). Sum of RGB (Red+Green+Blue) = 207+134+252=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 134 (52.73% from 255 or 22.60% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF86FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF86FC is #307903. Grayscale: #A8A8A8. Windows color (decimal): -3176708 or 16549583. OLE color: 16549583.
HSL color Cylindrical-coordinate representation of color #CF86FC: hue angle of 277.12º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF86FC is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 134 | 252 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.01 |
| HSL | 277.12º | 0.95% | 0.76% | - |
| HSV(B) | 277.12º | 0.47% | 0.99% | - |
| XYZ | 51.83 | 37.34 | 96.57 | - |
| YUV | 169.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 252 | 0.18 | 0.47 | 0 | 0.01 | 277.12 | 0.95 | 0.76 |
| Hex | CF | 86 | FC | 12 | 2F | 0 | 1 | 115 | 5F | 4C |
| Octal | 317 | 206 | 374 | 22 | 57 | 0 | 1 | 425 | 137 | 114 |
| Binary | 11001111 | 10000110 | 11111100 | 10010 | 101111 | 0 | 1 | 100010101 | 1011111 | 1001100 |
Color Harmonies of #CF86FC
Complementary color
Monochromatic Colors of #CF86FC
Black with #CF86FC
Text Example
Text Example
White with #CF86FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF86FC; }
p { color: rgb(207,134,252); }
H1.HeaderClassName
{
color: #CF86FC;
}
.AnyTagClassName
{
color: #CF86FC;
}
</style>
background-color css
<style>
a { background-color: #CF86FC; }
a { background-color: rgb(207,134,252); }
div.DivClassName
{
background-color: #CF86FC;
}
.BgClassName
{
background-color: #CF86FC;
}
</style>
border-color css
<style>
span { border-color: #CF86FC; }
span { border-color: rgb(207,134,252); }
td.TdClassName
{
border-color: #CF86FC;
}
.TagClassName
{
border-color: #CF86FC;
}
</style>