Shades of Heliotrope #CF7BF1
Tints of Heliotrope #CF7BF1
RGB
CMYK
RGB Variations
Color information
#CF7BF1 (or 0xCF7BF1) is known color: Heliotrope. HEX triplet: CF, 7B and F1. RGB value is (207,123,241). Sum of RGB (Red+Green+Blue) = 207+123+241=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 123 (48.44% from 255 or 21.54% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF7BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7BF1 is #30840E. Grayscale: #A1A1A1. Windows color (decimal): -3179535 or 15825871. OLE color: 15825871.
HSL color Cylindrical-coordinate representation of color #CF7BF1: hue angle of 282.71º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF7BF1 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 123 | 241 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.05 |
| HSL | 282.71º | 0.81% | 0.71% | - |
| HSV(B) | 282.71º | 0.49% | 0.95% | - |
| XYZ | 48.69 | 33.78 | 87.17 | - |
| YUV | 161.57 | 172.83 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 241 | 0.14 | 0.49 | 0 | 0.05 | 282.71 | 0.81 | 0.71 |
| Hex | CF | 7B | F1 | E | 31 | 0 | 5 | 11B | 51 | 47 |
| Octal | 317 | 173 | 361 | 16 | 61 | 0 | 5 | 433 | 121 | 107 |
| Binary | 11001111 | 1111011 | 11110001 | 1110 | 110001 | 0 | 101 | 100011011 | 1010001 | 1000111 |
Color Harmonies of #CF7BF1
Complementary color
Monochromatic Colors of #CF7BF1
Black with #CF7BF1
Text Example
Text Example
White with #CF7BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7BF1; }
p { color: rgb(207,123,241); }
H1.HeaderClassName
{
color: #CF7BF1;
}
.AnyTagClassName
{
color: #CF7BF1;
}
</style>
background-color css
<style>
a { background-color: #CF7BF1; }
a { background-color: rgb(207,123,241); }
div.DivClassName
{
background-color: #CF7BF1;
}
.BgClassName
{
background-color: #CF7BF1;
}
</style>
border-color css
<style>
span { border-color: #CF7BF1; }
span { border-color: rgb(207,123,241); }
td.TdClassName
{
border-color: #CF7BF1;
}
.TagClassName
{
border-color: #CF7BF1;
}
</style>