Shades of Heliotrope #CF6EF1
Tints of Heliotrope #CF6EF1
RGB
CMYK
RGB Variations
Color information
#CF6EF1 (or 0xCF6EF1) is known color: Heliotrope. HEX triplet: CF, 6E and F1. RGB value is (207,110,241). Sum of RGB (Red+Green+Blue) = 207+110+241=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 110 (43.36% from 255 or 19.71% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF6EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6EF1 is #30910E. Grayscale: #999999. Windows color (decimal): -3182863 or 15822543. OLE color: 15822543.
HSL color Cylindrical-coordinate representation of color #CF6EF1: hue angle of 284.43º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF6EF1 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 110 | 241 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.05 |
| HSL | 284.43º | 0.82% | 0.69% | - |
| HSV(B) | 284.43º | 0.54% | 0.95% | - |
| XYZ | 47.19 | 30.77 | 86.67 | - |
| YUV | 153.94 | 177.14 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 241 | 0.14 | 0.54 | 0 | 0.05 | 284.43 | 0.82 | 0.69 |
| Hex | CF | 6E | F1 | E | 36 | 0 | 5 | 11C | 52 | 45 |
| Octal | 317 | 156 | 361 | 16 | 66 | 0 | 5 | 434 | 122 | 105 |
| Binary | 11001111 | 1101110 | 11110001 | 1110 | 110110 | 0 | 101 | 100011100 | 1010010 | 1000101 |
Color Harmonies of #CF6EF1
Complementary color
Monochromatic Colors of #CF6EF1
Black with #CF6EF1
Text Example
Text Example
White with #CF6EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6EF1; }
p { color: rgb(207,110,241); }
H1.HeaderClassName
{
color: #CF6EF1;
}
.AnyTagClassName
{
color: #CF6EF1;
}
</style>
background-color css
<style>
a { background-color: #CF6EF1; }
a { background-color: rgb(207,110,241); }
div.DivClassName
{
background-color: #CF6EF1;
}
.BgClassName
{
background-color: #CF6EF1;
}
</style>
border-color css
<style>
span { border-color: #CF6EF1; }
span { border-color: rgb(207,110,241); }
td.TdClassName
{
border-color: #CF6EF1;
}
.TagClassName
{
border-color: #CF6EF1;
}
</style>