Shades of Heliotrope #CF85EF
Tints of Heliotrope #CF85EF
RGB
CMYK
RGB Variations
Color information
#CF85EF (or 0xCF85EF) is known color: Heliotrope. HEX triplet: CF, 85 and EF. RGB value is (207,133,239). Sum of RGB (Red+Green+Blue) = 207+133+239=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF85EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF85EF is #307A10. Grayscale: #A6A6A6. Windows color (decimal): -3176977 or 15697359. OLE color: 15697359.
HSL color Cylindrical-coordinate representation of color #CF85EF: hue angle of 281.89º 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 #CF85EF is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 133 | 239 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.06 |
| HSL | 281.89º | 0.77% | 0.73% | - |
| HSV(B) | 281.89º | 0.44% | 0.94% | - |
| XYZ | 49.7 | 36.27 | 86.04 | - |
| YUV | 167.21 | 168.52 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 239 | 0.13 | 0.44 | 0 | 0.06 | 281.89 | 0.77 | 0.73 |
| Hex | CF | 85 | EF | D | 2C | 0 | 6 | 11A | 4D | 49 |
| Octal | 317 | 205 | 357 | 15 | 54 | 0 | 6 | 432 | 115 | 111 |
| Binary | 11001111 | 10000101 | 11101111 | 1101 | 101100 | 0 | 110 | 100011010 | 1001101 | 1001001 |
Color Harmonies of #CF85EF
Complementary color
Monochromatic Colors of #CF85EF
Black with #CF85EF
Text Example
Text Example
White with #CF85EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85EF; }
p { color: rgb(207,133,239); }
H1.HeaderClassName
{
color: #CF85EF;
}
.AnyTagClassName
{
color: #CF85EF;
}
</style>
background-color css
<style>
a { background-color: #CF85EF; }
a { background-color: rgb(207,133,239); }
div.DivClassName
{
background-color: #CF85EF;
}
.BgClassName
{
background-color: #CF85EF;
}
</style>
border-color css
<style>
span { border-color: #CF85EF; }
span { border-color: rgb(207,133,239); }
td.TdClassName
{
border-color: #CF85EF;
}
.TagClassName
{
border-color: #CF85EF;
}
</style>