Shades of Heliotrope #CF6DEC
Tints of Heliotrope #CF6DEC
RGB
CMYK
RGB Variations
Color information
#CF6DEC (or 0xCF6DEC) is known color: Heliotrope. HEX triplet: CF, 6D and EC. RGB value is (207,109,236). Sum of RGB (Red+Green+Blue) = 207+109+236=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 109 (42.97% from 255 or 19.75% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF6DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6DEC is #309213. Grayscale: #989898. Windows color (decimal): -3183124 or 15494607. OLE color: 15494607.
HSL color Cylindrical-coordinate representation of color #CF6DEC: hue angle of 286.3º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF6DEC is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 109 | 236 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.07 |
| HSL | 286.3º | 0.77% | 0.68% | - |
| HSV(B) | 286.3º | 0.54% | 0.93% | - |
| XYZ | 46.34 | 30.26 | 82.75 | - |
| YUV | 152.78 | 174.97 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 236 | 0.12 | 0.54 | 0 | 0.07 | 286.3 | 0.77 | 0.68 |
| Hex | CF | 6D | EC | C | 36 | 0 | 7 | 11E | 4D | 44 |
| Octal | 317 | 155 | 354 | 14 | 66 | 0 | 7 | 436 | 115 | 104 |
| Binary | 11001111 | 1101101 | 11101100 | 1100 | 110110 | 0 | 111 | 100011110 | 1001101 | 1000100 |
Color Harmonies of #CF6DEC
Complementary color
Monochromatic Colors of #CF6DEC
Black with #CF6DEC
Text Example
Text Example
White with #CF6DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6DEC; }
p { color: rgb(207,109,236); }
H1.HeaderClassName
{
color: #CF6DEC;
}
.AnyTagClassName
{
color: #CF6DEC;
}
</style>
background-color css
<style>
a { background-color: #CF6DEC; }
a { background-color: rgb(207,109,236); }
div.DivClassName
{
background-color: #CF6DEC;
}
.BgClassName
{
background-color: #CF6DEC;
}
</style>
border-color css
<style>
span { border-color: #CF6DEC; }
span { border-color: rgb(207,109,236); }
td.TdClassName
{
border-color: #CF6DEC;
}
.TagClassName
{
border-color: #CF6DEC;
}
</style>