Shades of Heliotrope #CF85FC
Tints of Heliotrope #CF85FC
RGB
CMYK
RGB Variations
Color information
#CF85FC (or 0xCF85FC) is known color: Heliotrope. HEX triplet: CF, 85 and FC. RGB value is (207,133,252). Sum of RGB (Red+Green+Blue) = 207+133+252=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 133 (52.34% from 255 or 22.47% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF85FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF85FC is #307A03. Grayscale: #A8A8A8. Windows color (decimal): -3176964 or 16549327. OLE color: 16549327.
HSL color Cylindrical-coordinate representation of color #CF85FC: hue angle of 277.31º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF85FC is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 133 | 252 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.01 |
| HSL | 277.31º | 0.95% | 0.75% | - |
| HSV(B) | 277.31º | 0.47% | 0.99% | - |
| XYZ | 51.69 | 37.07 | 96.53 | - |
| YUV | 168.69 | 175.02 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 252 | 0.18 | 0.47 | 0 | 0.01 | 277.31 | 0.95 | 0.75 |
| Hex | CF | 85 | FC | 12 | 2F | 0 | 1 | 115 | 5F | 4B |
| Octal | 317 | 205 | 374 | 22 | 57 | 0 | 1 | 425 | 137 | 113 |
| Binary | 11001111 | 10000101 | 11111100 | 10010 | 101111 | 0 | 1 | 100010101 | 1011111 | 1001011 |
Color Harmonies of #CF85FC
Complementary color
Monochromatic Colors of #CF85FC
Black with #CF85FC
Text Example
Text Example
White with #CF85FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85FC; }
p { color: rgb(207,133,252); }
H1.HeaderClassName
{
color: #CF85FC;
}
.AnyTagClassName
{
color: #CF85FC;
}
</style>
background-color css
<style>
a { background-color: #CF85FC; }
a { background-color: rgb(207,133,252); }
div.DivClassName
{
background-color: #CF85FC;
}
.BgClassName
{
background-color: #CF85FC;
}
</style>
border-color css
<style>
span { border-color: #CF85FC; }
span { border-color: rgb(207,133,252); }
td.TdClassName
{
border-color: #CF85FC;
}
.TagClassName
{
border-color: #CF85FC;
}
</style>