Shades of Heliotrope #CF86EF
Tints of Heliotrope #CF86EF
RGB
CMYK
RGB Variations
Color information
#CF86EF (or 0xCF86EF) is known color: Heliotrope. HEX triplet: CF, 86 and EF. RGB value is (207,134,239). Sum of RGB (Red+Green+Blue) = 207+134+239=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 134 (52.73% from 255 or 23.10% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF86EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF86EF is #307910. Grayscale: #A7A7A7. Windows color (decimal): -3176721 or 15697615. OLE color: 15697615.
HSL color Cylindrical-coordinate representation of color #CF86EF: hue angle of 281.71º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF86EF is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 134 | 239 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.06 |
| HSL | 281.71º | 0.77% | 0.73% | - |
| HSV(B) | 281.71º | 0.44% | 0.94% | - |
| XYZ | 49.84 | 36.55 | 86.09 | - |
| YUV | 167.8 | 168.18 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 239 | 0.13 | 0.44 | 0 | 0.06 | 281.71 | 0.77 | 0.73 |
| Hex | CF | 86 | EF | D | 2C | 0 | 6 | 11A | 4D | 49 |
| Octal | 317 | 206 | 357 | 15 | 54 | 0 | 6 | 432 | 115 | 111 |
| Binary | 11001111 | 10000110 | 11101111 | 1101 | 101100 | 0 | 110 | 100011010 | 1001101 | 1001001 |
Color Harmonies of #CF86EF
Complementary color
Monochromatic Colors of #CF86EF
Black with #CF86EF
Text Example
Text Example
White with #CF86EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF86EF; }
p { color: rgb(207,134,239); }
H1.HeaderClassName
{
color: #CF86EF;
}
.AnyTagClassName
{
color: #CF86EF;
}
</style>
background-color css
<style>
a { background-color: #CF86EF; }
a { background-color: rgb(207,134,239); }
div.DivClassName
{
background-color: #CF86EF;
}
.BgClassName
{
background-color: #CF86EF;
}
</style>
border-color css
<style>
span { border-color: #CF86EF; }
span { border-color: rgb(207,134,239); }
td.TdClassName
{
border-color: #CF86EF;
}
.TagClassName
{
border-color: #CF86EF;
}
</style>