Shades of Heliotrope #CF6DFA
Tints of Heliotrope #CF6DFA
RGB
CMYK
RGB Variations
Color information
#CF6DFA (or 0xCF6DFA) is known color: Heliotrope. HEX triplet: CF, 6D and FA. RGB value is (207,109,250). Sum of RGB (Red+Green+Blue) = 207+109+250=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF6DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6DFA is #309205. Grayscale: #999999. Windows color (decimal): -3183110 or 16412111. OLE color: 16412111.
HSL color Cylindrical-coordinate representation of color #CF6DFA: hue angle of 281.7º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF6DFA is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 109 | 250 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.02 |
| HSL | 281.7º | 0.93% | 0.7% | - |
| HSV(B) | 281.7º | 0.56% | 0.98% | - |
| XYZ | 48.46 | 31.1 | 93.89 | - |
| YUV | 154.38 | 181.97 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 250 | 0.17 | 0.56 | 0 | 0.02 | 281.7 | 0.93 | 0.7 |
| Hex | CF | 6D | FA | 11 | 38 | 0 | 2 | 11A | 5D | 46 |
| Octal | 317 | 155 | 372 | 21 | 70 | 0 | 2 | 432 | 135 | 106 |
| Binary | 11001111 | 1101101 | 11111010 | 10001 | 111000 | 0 | 10 | 100011010 | 1011101 | 1000110 |
Color Harmonies of #CF6DFA
Complementary color
Monochromatic Colors of #CF6DFA
Black with #CF6DFA
Text Example
Text Example
White with #CF6DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6DFA; }
p { color: rgb(207,109,250); }
H1.HeaderClassName
{
color: #CF6DFA;
}
.AnyTagClassName
{
color: #CF6DFA;
}
</style>
background-color css
<style>
a { background-color: #CF6DFA; }
a { background-color: rgb(207,109,250); }
div.DivClassName
{
background-color: #CF6DFA;
}
.BgClassName
{
background-color: #CF6DFA;
}
</style>
border-color css
<style>
span { border-color: #CF6DFA; }
span { border-color: rgb(207,109,250); }
td.TdClassName
{
border-color: #CF6DFA;
}
.TagClassName
{
border-color: #CF6DFA;
}
</style>