Shades of Heliotrope #CF6DF4
Tints of Heliotrope #CF6DF4
RGB
CMYK
RGB Variations
Color information
#CF6DF4 (or 0xCF6DF4) is known color: Heliotrope. HEX triplet: CF, 6D and F4. RGB value is (207,109,244). Sum of RGB (Red+Green+Blue) = 207+109+244=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 109 (42.97% from 255 or 19.46% from 560); Blue value is 244 (95.70% from 255 or 43.57% from 560); Max value from RGB is 244 - color contains mainly: blue. Hex color #CF6DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6DF4 is #30920B. Grayscale: #999999. Windows color (decimal): -3183116 or 16018895. OLE color: 16018895.
HSL color Cylindrical-coordinate representation of color #CF6DF4: hue angle of 283.56º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF6DF4 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 109 | 244 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.04 |
| HSL | 283.56º | 0.86% | 0.69% | - |
| HSV(B) | 283.56º | 0.55% | 0.96% | - |
| XYZ | 47.53 | 30.73 | 89.02 | - |
| YUV | 153.69 | 178.97 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 244 | 0.15 | 0.55 | 0 | 0.04 | 283.56 | 0.86 | 0.69 |
| Hex | CF | 6D | F4 | F | 37 | 0 | 4 | 11C | 56 | 45 |
| Octal | 317 | 155 | 364 | 17 | 67 | 0 | 4 | 434 | 126 | 105 |
| Binary | 11001111 | 1101101 | 11110100 | 1111 | 110111 | 0 | 100 | 100011100 | 1010110 | 1000101 |
Color Harmonies of #CF6DF4
Complementary color
Monochromatic Colors of #CF6DF4
Black with #CF6DF4
Text Example
Text Example
White with #CF6DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6DF4; }
p { color: rgb(207,109,244); }
H1.HeaderClassName
{
color: #CF6DF4;
}
.AnyTagClassName
{
color: #CF6DF4;
}
</style>
background-color css
<style>
a { background-color: #CF6DF4; }
a { background-color: rgb(207,109,244); }
div.DivClassName
{
background-color: #CF6DF4;
}
.BgClassName
{
background-color: #CF6DF4;
}
</style>
border-color css
<style>
span { border-color: #CF6DF4; }
span { border-color: rgb(207,109,244); }
td.TdClassName
{
border-color: #CF6DF4;
}
.TagClassName
{
border-color: #CF6DF4;
}
</style>