Shades of Heliotrope #CF73F8
Tints of Heliotrope #CF73F8
RGB
CMYK
RGB Variations
Color information
#CF73F8 (or 0xCF73F8) is known color: Heliotrope. HEX triplet: CF, 73 and F8. RGB value is (207,115,248). Sum of RGB (Red+Green+Blue) = 207+115+248=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 115 (45.31% from 255 or 20.18% from 570); Blue value is 248 (97.27% from 255 or 43.51% from 570); Max value from RGB is 248 - color contains mainly: blue. Hex color #CF73F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF73F8 is #308C07. Grayscale: #9D9D9D. Windows color (decimal): -3181576 or 16282575. OLE color: 16282575.
HSL color Cylindrical-coordinate representation of color #CF73F8: hue angle of 281.5º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF73F8 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 115 | 248 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.03 |
| HSL | 281.5º | 0.9% | 0.71% | - |
| HSV(B) | 281.5º | 0.54% | 0.97% | - |
| XYZ | 48.81 | 32.3 | 92.47 | - |
| YUV | 157.67 | 178.98 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 248 | 0.17 | 0.54 | 0 | 0.03 | 281.5 | 0.9 | 0.71 |
| Hex | CF | 73 | F8 | 11 | 36 | 0 | 3 | 11A | 5A | 47 |
| Octal | 317 | 163 | 370 | 21 | 66 | 0 | 3 | 432 | 132 | 107 |
| Binary | 11001111 | 1110011 | 11111000 | 10001 | 110110 | 0 | 11 | 100011010 | 1011010 | 1000111 |
Color Harmonies of #CF73F8
Complementary color
Monochromatic Colors of #CF73F8
Black with #CF73F8
Text Example
Text Example
White with #CF73F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF73F8; }
p { color: rgb(207,115,248); }
H1.HeaderClassName
{
color: #CF73F8;
}
.AnyTagClassName
{
color: #CF73F8;
}
</style>
background-color css
<style>
a { background-color: #CF73F8; }
a { background-color: rgb(207,115,248); }
div.DivClassName
{
background-color: #CF73F8;
}
.BgClassName
{
background-color: #CF73F8;
}
</style>
border-color css
<style>
span { border-color: #CF73F8; }
span { border-color: rgb(207,115,248); }
td.TdClassName
{
border-color: #CF73F8;
}
.TagClassName
{
border-color: #CF73F8;
}
</style>