Shades of Heliotrope #CF6BF1
Tints of Heliotrope #CF6BF1
RGB
CMYK
RGB Variations
Color information
#CF6BF1 (or 0xCF6BF1) is known color: Heliotrope. HEX triplet: CF, 6B and F1. RGB value is (207,107,241). Sum of RGB (Red+Green+Blue) = 207+107+241=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF6BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6BF1 is #30940E. Grayscale: #979797. Windows color (decimal): -3183631 or 15821775. OLE color: 15821775.
HSL color Cylindrical-coordinate representation of color #CF6BF1: hue angle of 284.78º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF6BF1 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 107 | 241 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.05 |
| HSL | 284.78º | 0.83% | 0.68% | - |
| HSV(B) | 284.78º | 0.56% | 0.95% | - |
| XYZ | 46.87 | 30.13 | 86.56 | - |
| YUV | 152.18 | 178.13 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 241 | 0.14 | 0.56 | 0 | 0.05 | 284.78 | 0.83 | 0.68 |
| Hex | CF | 6B | F1 | E | 38 | 0 | 5 | 11D | 53 | 44 |
| Octal | 317 | 153 | 361 | 16 | 70 | 0 | 5 | 435 | 123 | 104 |
| Binary | 11001111 | 1101011 | 11110001 | 1110 | 111000 | 0 | 101 | 100011101 | 1010011 | 1000100 |
Color Harmonies of #CF6BF1
Complementary color
Monochromatic Colors of #CF6BF1
Black with #CF6BF1
Text Example
Text Example
White with #CF6BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6BF1; }
p { color: rgb(207,107,241); }
H1.HeaderClassName
{
color: #CF6BF1;
}
.AnyTagClassName
{
color: #CF6BF1;
}
</style>
background-color css
<style>
a { background-color: #CF6BF1; }
a { background-color: rgb(207,107,241); }
div.DivClassName
{
background-color: #CF6BF1;
}
.BgClassName
{
background-color: #CF6BF1;
}
</style>
border-color css
<style>
span { border-color: #CF6BF1; }
span { border-color: rgb(207,107,241); }
td.TdClassName
{
border-color: #CF6BF1;
}
.TagClassName
{
border-color: #CF6BF1;
}
</style>