Shades of Heliotrope #CF65EC
Tints of Heliotrope #CF65EC
RGB
CMYK
RGB Variations
Color information
#CF65EC (or 0xCF65EC) is known color: Heliotrope. HEX triplet: CF, 65 and EC. RGB value is (207,101,236). Sum of RGB (Red+Green+Blue) = 207+101+236=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 101 (39.84% from 255 or 18.57% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF65EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF65EC is #309A13. Grayscale: #939393. Windows color (decimal): -3185172 or 15492559. OLE color: 15492559.
HSL color Cylindrical-coordinate representation of color #CF65EC: hue angle of 287.11º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF65EC is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 101 | 236 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.07 |
| HSL | 287.11º | 0.78% | 0.66% | - |
| HSV(B) | 287.11º | 0.57% | 0.93% | - |
| XYZ | 45.53 | 28.63 | 82.48 | - |
| YUV | 148.08 | 177.62 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 236 | 0.12 | 0.57 | 0 | 0.07 | 287.11 | 0.78 | 0.66 |
| Hex | CF | 65 | EC | C | 39 | 0 | 7 | 11F | 4E | 42 |
| Octal | 317 | 145 | 354 | 14 | 71 | 0 | 7 | 437 | 116 | 102 |
| Binary | 11001111 | 1100101 | 11101100 | 1100 | 111001 | 0 | 111 | 100011111 | 1001110 | 1000010 |
Color Harmonies of #CF65EC
Complementary color
Monochromatic Colors of #CF65EC
Black with #CF65EC
Text Example
Text Example
White with #CF65EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF65EC; }
p { color: rgb(207,101,236); }
H1.HeaderClassName
{
color: #CF65EC;
}
.AnyTagClassName
{
color: #CF65EC;
}
</style>
background-color css
<style>
a { background-color: #CF65EC; }
a { background-color: rgb(207,101,236); }
div.DivClassName
{
background-color: #CF65EC;
}
.BgClassName
{
background-color: #CF65EC;
}
</style>
border-color css
<style>
span { border-color: #CF65EC; }
span { border-color: rgb(207,101,236); }
td.TdClassName
{
border-color: #CF65EC;
}
.TagClassName
{
border-color: #CF65EC;
}
</style>