Shades of Heliotrope #CF85F9
Tints of Heliotrope #CF85F9
RGB
CMYK
RGB Variations
Color information
#CF85F9 (or 0xCF85F9) is known color: Heliotrope. HEX triplet: CF, 85 and F9. RGB value is (207,133,249). Sum of RGB (Red+Green+Blue) = 207+133+249=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF85F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF85F9 is #307A06. Grayscale: #A7A7A7. Windows color (decimal): -3176967 or 16352719. OLE color: 16352719.
HSL color Cylindrical-coordinate representation of color #CF85F9: hue angle of 278.28º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF85F9 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 133 | 249 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.02 |
| HSL | 278.28º | 0.91% | 0.75% | - |
| HSV(B) | 278.28º | 0.47% | 0.98% | - |
| XYZ | 51.22 | 36.88 | 94.04 | - |
| YUV | 168.35 | 173.52 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 249 | 0.17 | 0.47 | 0 | 0.02 | 278.28 | 0.91 | 0.75 |
| Hex | CF | 85 | F9 | 11 | 2F | 0 | 2 | 116 | 5B | 4B |
| Octal | 317 | 205 | 371 | 21 | 57 | 0 | 2 | 426 | 133 | 113 |
| Binary | 11001111 | 10000101 | 11111001 | 10001 | 101111 | 0 | 10 | 100010110 | 1011011 | 1001011 |
Color Harmonies of #CF85F9
Complementary color
Monochromatic Colors of #CF85F9
Black with #CF85F9
Text Example
Text Example
White with #CF85F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85F9; }
p { color: rgb(207,133,249); }
H1.HeaderClassName
{
color: #CF85F9;
}
.AnyTagClassName
{
color: #CF85F9;
}
</style>
background-color css
<style>
a { background-color: #CF85F9; }
a { background-color: rgb(207,133,249); }
div.DivClassName
{
background-color: #CF85F9;
}
.BgClassName
{
background-color: #CF85F9;
}
</style>
border-color css
<style>
span { border-color: #CF85F9; }
span { border-color: rgb(207,133,249); }
td.TdClassName
{
border-color: #CF85F9;
}
.TagClassName
{
border-color: #CF85F9;
}
</style>