Shades of Heliotrope #CF5DEC
Tints of Heliotrope #CF5DEC
RGB
CMYK
RGB Variations
Color information
#CF5DEC (or 0xCF5DEC) is known color: Heliotrope. HEX triplet: CF, 5D and EC. RGB value is (207,93,236). Sum of RGB (Red+Green+Blue) = 207+93+236=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 93 (36.72% from 255 or 17.35% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF5DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5DEC is #30A213. Grayscale: #8E8E8E. Windows color (decimal): -3187220 or 15490511. OLE color: 15490511.
HSL color Cylindrical-coordinate representation of color #CF5DEC: hue angle of 287.83º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF5DEC is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 93 | 236 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.07 |
| HSL | 287.83º | 0.79% | 0.65% | - |
| HSV(B) | 287.83º | 0.61% | 0.93% | - |
| XYZ | 44.79 | 27.15 | 82.24 | - |
| YUV | 143.39 | 180.27 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 236 | 0.12 | 0.61 | 0 | 0.07 | 287.83 | 0.79 | 0.65 |
| Hex | CF | 5D | EC | C | 3D | 0 | 7 | 120 | 4F | 41 |
| Octal | 317 | 135 | 354 | 14 | 75 | 0 | 7 | 440 | 117 | 101 |
| Binary | 11001111 | 1011101 | 11101100 | 1100 | 111101 | 0 | 111 | 100100000 | 1001111 | 1000001 |
Color Harmonies of #CF5DEC
Complementary color
Monochromatic Colors of #CF5DEC
Black with #CF5DEC
Text Example
Text Example
White with #CF5DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5DEC; }
p { color: rgb(207,93,236); }
H1.HeaderClassName
{
color: #CF5DEC;
}
.AnyTagClassName
{
color: #CF5DEC;
}
</style>
background-color css
<style>
a { background-color: #CF5DEC; }
a { background-color: rgb(207,93,236); }
div.DivClassName
{
background-color: #CF5DEC;
}
.BgClassName
{
background-color: #CF5DEC;
}
</style>
border-color css
<style>
span { border-color: #CF5DEC; }
span { border-color: rgb(207,93,236); }
td.TdClassName
{
border-color: #CF5DEC;
}
.TagClassName
{
border-color: #CF5DEC;
}
</style>