Shades of Heliotrope #CF7CF8
Tints of Heliotrope #CF7CF8
RGB
CMYK
RGB Variations
Color information
#CF7CF8 (or 0xCF7CF8) is known color: Heliotrope. HEX triplet: CF, 7C and F8. RGB value is (207,124,248). Sum of RGB (Red+Green+Blue) = 207+124+248=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 124 (48.83% from 255 or 21.42% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 248 - color contains mainly: blue. Hex color #CF7CF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7CF8 is #308307. Grayscale: #A2A2A2. Windows color (decimal): -3179272 or 16284879. OLE color: 16284879.
HSL color Cylindrical-coordinate representation of color #CF7CF8: hue angle of 280.16º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF7CF8 is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 124 | 248 | - |
| CMYK | 0.17 | 0.5 | 0 | 0.03 |
| HSL | 280.16º | 0.9% | 0.73% | - |
| HSV(B) | 280.16º | 0.5% | 0.97% | - |
| XYZ | 49.88 | 34.46 | 92.83 | - |
| YUV | 162.95 | 176 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 248 | 0.17 | 0.5 | 0 | 0.03 | 280.16 | 0.9 | 0.73 |
| Hex | CF | 7C | F8 | 11 | 32 | 0 | 3 | 118 | 5A | 49 |
| Octal | 317 | 174 | 370 | 21 | 62 | 0 | 3 | 430 | 132 | 111 |
| Binary | 11001111 | 1111100 | 11111000 | 10001 | 110010 | 0 | 11 | 100011000 | 1011010 | 1001001 |
Color Harmonies of #CF7CF8
Complementary color
Monochromatic Colors of #CF7CF8
Black with #CF7CF8
Text Example
Text Example
White with #CF7CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7CF8; }
p { color: rgb(207,124,248); }
H1.HeaderClassName
{
color: #CF7CF8;
}
.AnyTagClassName
{
color: #CF7CF8;
}
</style>
background-color css
<style>
a { background-color: #CF7CF8; }
a { background-color: rgb(207,124,248); }
div.DivClassName
{
background-color: #CF7CF8;
}
.BgClassName
{
background-color: #CF7CF8;
}
</style>
border-color css
<style>
span { border-color: #CF7CF8; }
span { border-color: rgb(207,124,248); }
td.TdClassName
{
border-color: #CF7CF8;
}
.TagClassName
{
border-color: #CF7CF8;
}
</style>