Shades of Heliotrope #CF6DFE
Tints of Heliotrope #CF6DFE
RGB
CMYK
RGB Variations
Color information
#CF6DFE (or 0xCF6DFE) is known color: Heliotrope. HEX triplet: CF, 6D and FE. RGB value is (207,109,254). Sum of RGB (Red+Green+Blue) = 207+109+254=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 109 (42.97% from 255 or 19.12% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF6DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6DFE is #309201. Grayscale: #9A9A9A. Windows color (decimal): -3183106 or 16674255. OLE color: 16674255.
HSL color Cylindrical-coordinate representation of color #CF6DFE: hue angle of 280.55º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF6DFE is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 109 | 254 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.00 |
| HSL | 280.55º | 0.99% | 0.71% | - |
| HSV(B) | 280.55º | 0.57% | 1% | - |
| XYZ | 49.09 | 31.36 | 97.23 | - |
| YUV | 154.83 | 183.97 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 254 | 0.19 | 0.57 | 0 | 0.00 | 280.55 | 0.99 | 0.71 |
| Hex | CF | 6D | FE | 13 | 39 | 0 | 0 | 119 | 63 | 47 |
| Octal | 317 | 155 | 376 | 23 | 71 | 0 | 0 | 431 | 143 | 107 |
| Binary | 11001111 | 1101101 | 11111110 | 10011 | 111001 | 0 | 0 | 100011001 | 1100011 | 1000111 |
Color Harmonies of #CF6DFE
Complementary color
Monochromatic Colors of #CF6DFE
Black with #CF6DFE
Text Example
Text Example
White with #CF6DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6DFE; }
p { color: rgb(207,109,254); }
H1.HeaderClassName
{
color: #CF6DFE;
}
.AnyTagClassName
{
color: #CF6DFE;
}
</style>
background-color css
<style>
a { background-color: #CF6DFE; }
a { background-color: rgb(207,109,254); }
div.DivClassName
{
background-color: #CF6DFE;
}
.BgClassName
{
background-color: #CF6DFE;
}
</style>
border-color css
<style>
span { border-color: #CF6DFE; }
span { border-color: rgb(207,109,254); }
td.TdClassName
{
border-color: #CF6DFE;
}
.TagClassName
{
border-color: #CF6DFE;
}
</style>