Shades of Heliotrope #CF6EF3
Tints of Heliotrope #CF6EF3
RGB
CMYK
RGB Variations
Color information
#CF6EF3 (or 0xCF6EF3) is known color: Heliotrope. HEX triplet: CF, 6E and F3. RGB value is (207,110,243). Sum of RGB (Red+Green+Blue) = 207+110+243=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 110 (43.36% from 255 or 19.64% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF6EF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6EF3 is #30910C. Grayscale: #999999. Windows color (decimal): -3182861 or 15953615. OLE color: 15953615.
HSL color Cylindrical-coordinate representation of color #CF6EF3: hue angle of 283.76º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF6EF3 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 110 | 243 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.05 |
| HSL | 283.76º | 0.85% | 0.69% | - |
| HSV(B) | 283.76º | 0.55% | 0.95% | - |
| XYZ | 47.49 | 30.89 | 88.25 | - |
| YUV | 154.17 | 178.14 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 243 | 0.15 | 0.55 | 0 | 0.05 | 283.76 | 0.85 | 0.69 |
| Hex | CF | 6E | F3 | F | 37 | 0 | 5 | 11C | 55 | 45 |
| Octal | 317 | 156 | 363 | 17 | 67 | 0 | 5 | 434 | 125 | 105 |
| Binary | 11001111 | 1101110 | 11110011 | 1111 | 110111 | 0 | 101 | 100011100 | 1010101 | 1000101 |
Color Harmonies of #CF6EF3
Complementary color
Monochromatic Colors of #CF6EF3
Black with #CF6EF3
Text Example
Text Example
White with #CF6EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6EF3; }
p { color: rgb(207,110,243); }
H1.HeaderClassName
{
color: #CF6EF3;
}
.AnyTagClassName
{
color: #CF6EF3;
}
</style>
background-color css
<style>
a { background-color: #CF6EF3; }
a { background-color: rgb(207,110,243); }
div.DivClassName
{
background-color: #CF6EF3;
}
.BgClassName
{
background-color: #CF6EF3;
}
</style>
border-color css
<style>
span { border-color: #CF6EF3; }
span { border-color: rgb(207,110,243); }
td.TdClassName
{
border-color: #CF6EF3;
}
.TagClassName
{
border-color: #CF6EF3;
}
</style>