Shades of Heliotrope #CF73F6
Tints of Heliotrope #CF73F6
RGB
CMYK
RGB Variations
Color information
#CF73F6 (or 0xCF73F6) is known color: Heliotrope. HEX triplet: CF, 73 and F6. RGB value is (207,115,246). Sum of RGB (Red+Green+Blue) = 207+115+246=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF73F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF73F6 is #308C09. Grayscale: #9D9D9D. Windows color (decimal): -3181578 or 16151503. OLE color: 16151503.
HSL color Cylindrical-coordinate representation of color #CF73F6: hue angle of 282.14º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF73F6 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 115 | 246 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.04 |
| HSL | 282.14º | 0.88% | 0.71% | - |
| HSV(B) | 282.14º | 0.53% | 0.96% | - |
| XYZ | 48.5 | 32.18 | 90.84 | - |
| YUV | 157.44 | 177.98 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 246 | 0.16 | 0.53 | 0 | 0.04 | 282.14 | 0.88 | 0.71 |
| Hex | CF | 73 | F6 | 10 | 35 | 0 | 4 | 11A | 58 | 47 |
| Octal | 317 | 163 | 366 | 20 | 65 | 0 | 4 | 432 | 130 | 107 |
| Binary | 11001111 | 1110011 | 11110110 | 10000 | 110101 | 0 | 100 | 100011010 | 1011000 | 1000111 |
Color Harmonies of #CF73F6
Complementary color
Monochromatic Colors of #CF73F6
Black with #CF73F6
Text Example
Text Example
White with #CF73F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF73F6; }
p { color: rgb(207,115,246); }
H1.HeaderClassName
{
color: #CF73F6;
}
.AnyTagClassName
{
color: #CF73F6;
}
</style>
background-color css
<style>
a { background-color: #CF73F6; }
a { background-color: rgb(207,115,246); }
div.DivClassName
{
background-color: #CF73F6;
}
.BgClassName
{
background-color: #CF73F6;
}
</style>
border-color css
<style>
span { border-color: #CF73F6; }
span { border-color: rgb(207,115,246); }
td.TdClassName
{
border-color: #CF73F6;
}
.TagClassName
{
border-color: #CF73F6;
}
</style>