Shades of Heliotrope #CF85FB
Tints of Heliotrope #CF85FB
RGB
CMYK
RGB Variations
Color information
#CF85FB (or 0xCF85FB) is known color: Heliotrope. HEX triplet: CF, 85 and FB. RGB value is (207,133,251). Sum of RGB (Red+Green+Blue) = 207+133+251=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF85FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF85FB is #307A04. Grayscale: #A8A8A8. Windows color (decimal): -3176965 or 16483791. OLE color: 16483791.
HSL color Cylindrical-coordinate representation of color #CF85FB: hue angle of 277.63º degrees, saturation: 0.94, 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 #CF85FB is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 133 | 251 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.02 |
| HSL | 277.63º | 0.94% | 0.75% | - |
| HSV(B) | 277.63º | 0.47% | 0.98% | - |
| XYZ | 51.53 | 37.01 | 95.69 | - |
| YUV | 168.58 | 174.52 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 251 | 0.18 | 0.47 | 0 | 0.02 | 277.63 | 0.94 | 0.75 |
| Hex | CF | 85 | FB | 12 | 2F | 0 | 2 | 116 | 5E | 4B |
| Octal | 317 | 205 | 373 | 22 | 57 | 0 | 2 | 426 | 136 | 113 |
| Binary | 11001111 | 10000101 | 11111011 | 10010 | 101111 | 0 | 10 | 100010110 | 1011110 | 1001011 |
Color Harmonies of #CF85FB
Complementary color
Monochromatic Colors of #CF85FB
Black with #CF85FB
Text Example
Text Example
White with #CF85FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85FB; }
p { color: rgb(207,133,251); }
H1.HeaderClassName
{
color: #CF85FB;
}
.AnyTagClassName
{
color: #CF85FB;
}
</style>
background-color css
<style>
a { background-color: #CF85FB; }
a { background-color: rgb(207,133,251); }
div.DivClassName
{
background-color: #CF85FB;
}
.BgClassName
{
background-color: #CF85FB;
}
</style>
border-color css
<style>
span { border-color: #CF85FB; }
span { border-color: rgb(207,133,251); }
td.TdClassName
{
border-color: #CF85FB;
}
.TagClassName
{
border-color: #CF85FB;
}
</style>