Shades of Heliotrope #CF6CEF
Tints of Heliotrope #CF6CEF
RGB
CMYK
RGB Variations
Color information
#CF6CEF (or 0xCF6CEF) is known color: Heliotrope. HEX triplet: CF, 6C and EF. RGB value is (207,108,239). Sum of RGB (Red+Green+Blue) = 207+108+239=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 108 (42.58% from 255 or 19.49% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF6CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6CEF is #309310. Grayscale: #989898. Windows color (decimal): -3183377 or 15690959. OLE color: 15690959.
HSL color Cylindrical-coordinate representation of color #CF6CEF: hue angle of 285.34º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF6CEF is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 108 | 239 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.06 |
| HSL | 285.34º | 0.8% | 0.68% | - |
| HSV(B) | 285.34º | 0.55% | 0.94% | - |
| XYZ | 46.67 | 30.22 | 85.03 | - |
| YUV | 152.54 | 176.8 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 239 | 0.13 | 0.55 | 0 | 0.06 | 285.34 | 0.8 | 0.68 |
| Hex | CF | 6C | EF | D | 37 | 0 | 6 | 11D | 50 | 44 |
| Octal | 317 | 154 | 357 | 15 | 67 | 0 | 6 | 435 | 120 | 104 |
| Binary | 11001111 | 1101100 | 11101111 | 1101 | 110111 | 0 | 110 | 100011101 | 1010000 | 1000100 |
Color Harmonies of #CF6CEF
Complementary color
Monochromatic Colors of #CF6CEF
Black with #CF6CEF
Text Example
Text Example
White with #CF6CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6CEF; }
p { color: rgb(207,108,239); }
H1.HeaderClassName
{
color: #CF6CEF;
}
.AnyTagClassName
{
color: #CF6CEF;
}
</style>
background-color css
<style>
a { background-color: #CF6CEF; }
a { background-color: rgb(207,108,239); }
div.DivClassName
{
background-color: #CF6CEF;
}
.BgClassName
{
background-color: #CF6CEF;
}
</style>
border-color css
<style>
span { border-color: #CF6CEF; }
span { border-color: rgb(207,108,239); }
td.TdClassName
{
border-color: #CF6CEF;
}
.TagClassName
{
border-color: #CF6CEF;
}
</style>