Shades of Heliotrope #CF6DFC
Tints of Heliotrope #CF6DFC
RGB
CMYK
RGB Variations
Color information
#CF6DFC (or 0xCF6DFC) is known color: Heliotrope. HEX triplet: CF, 6D and FC. RGB value is (207,109,252). Sum of RGB (Red+Green+Blue) = 207+109+252=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 109 (42.97% from 255 or 19.19% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF6DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6DFC is #309203. Grayscale: #9A9A9A. Windows color (decimal): -3183108 or 16543183. OLE color: 16543183.
HSL color Cylindrical-coordinate representation of color #CF6DFC: hue angle of 281.12º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF6DFC is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 109 | 252 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.01 |
| HSL | 281.12º | 0.96% | 0.71% | - |
| HSV(B) | 281.12º | 0.57% | 0.99% | - |
| XYZ | 48.77 | 31.23 | 95.55 | - |
| YUV | 154.6 | 182.97 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 252 | 0.18 | 0.57 | 0 | 0.01 | 281.12 | 0.96 | 0.71 |
| Hex | CF | 6D | FC | 12 | 39 | 0 | 1 | 119 | 60 | 47 |
| Octal | 317 | 155 | 374 | 22 | 71 | 0 | 1 | 431 | 140 | 107 |
| Binary | 11001111 | 1101101 | 11111100 | 10010 | 111001 | 0 | 1 | 100011001 | 1100000 | 1000111 |
Color Harmonies of #CF6DFC
Complementary color
Monochromatic Colors of #CF6DFC
Black with #CF6DFC
Text Example
Text Example
White with #CF6DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6DFC; }
p { color: rgb(207,109,252); }
H1.HeaderClassName
{
color: #CF6DFC;
}
.AnyTagClassName
{
color: #CF6DFC;
}
</style>
background-color css
<style>
a { background-color: #CF6DFC; }
a { background-color: rgb(207,109,252); }
div.DivClassName
{
background-color: #CF6DFC;
}
.BgClassName
{
background-color: #CF6DFC;
}
</style>
border-color css
<style>
span { border-color: #CF6DFC; }
span { border-color: rgb(207,109,252); }
td.TdClassName
{
border-color: #CF6DFC;
}
.TagClassName
{
border-color: #CF6DFC;
}
</style>