Shades of Heliotrope #CF70F3
Tints of Heliotrope #CF70F3
RGB
CMYK
RGB Variations
Color information
#CF70F3 (or 0xCF70F3) is known color: Heliotrope. HEX triplet: CF, 70 and F3. RGB value is (207,112,243). Sum of RGB (Red+Green+Blue) = 207+112+243=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 112 (44.14% from 255 or 19.93% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF70F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF70F3 is #308F0C. Grayscale: #9A9A9A. Windows color (decimal): -3182349 or 15954127. OLE color: 15954127.
HSL color Cylindrical-coordinate representation of color #CF70F3: hue angle of 283.51º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF70F3 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 112 | 243 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.05 |
| HSL | 283.51º | 0.85% | 0.7% | - |
| HSV(B) | 283.51º | 0.54% | 0.95% | - |
| XYZ | 47.7 | 31.32 | 88.33 | - |
| YUV | 155.34 | 177.47 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 243 | 0.15 | 0.54 | 0 | 0.05 | 283.51 | 0.85 | 0.7 |
| Hex | CF | 70 | F3 | F | 36 | 0 | 5 | 11C | 55 | 46 |
| Octal | 317 | 160 | 363 | 17 | 66 | 0 | 5 | 434 | 125 | 106 |
| Binary | 11001111 | 1110000 | 11110011 | 1111 | 110110 | 0 | 101 | 100011100 | 1010101 | 1000110 |
Color Harmonies of #CF70F3
Complementary color
Monochromatic Colors of #CF70F3
Black with #CF70F3
Text Example
Text Example
White with #CF70F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70F3; }
p { color: rgb(207,112,243); }
H1.HeaderClassName
{
color: #CF70F3;
}
.AnyTagClassName
{
color: #CF70F3;
}
</style>
background-color css
<style>
a { background-color: #CF70F3; }
a { background-color: rgb(207,112,243); }
div.DivClassName
{
background-color: #CF70F3;
}
.BgClassName
{
background-color: #CF70F3;
}
</style>
border-color css
<style>
span { border-color: #CF70F3; }
span { border-color: rgb(207,112,243); }
td.TdClassName
{
border-color: #CF70F3;
}
.TagClassName
{
border-color: #CF70F3;
}
</style>