Shades of Heliotrope #CF6FEC
Tints of Heliotrope #CF6FEC
RGB
CMYK
RGB Variations
Color information
#CF6FEC (or 0xCF6FEC) is known color: Heliotrope. HEX triplet: CF, 6F and EC. RGB value is (207,111,236). Sum of RGB (Red+Green+Blue) = 207+111+236=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 111 (43.75% from 255 or 20.04% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF6FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6FEC is #309013. Grayscale: #999999. Windows color (decimal): -3182612 or 15495119. OLE color: 15495119.
HSL color Cylindrical-coordinate representation of color #CF6FEC: hue angle of 286.08º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF6FEC is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 111 | 236 | - |
CMYK | 0.12 | 0.53 | 0 | 0.07 |
HSL | 286.08º | 0.77% | 0.68% | - |
HSV(B) | 286.08º | 0.53% | 0.93% | - |
XYZ | 46.56 | 30.69 | 82.83 | - |
YUV | 153.95 | 174.3 | 165.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 111 | 236 | 0.12 | 0.53 | 0 | 0.07 | 286.08 | 0.77 | 0.68 |
Hex | CF | 6F | EC | C | 35 | 0 | 7 | 11E | 4D | 44 |
Octal | 317 | 157 | 354 | 14 | 65 | 0 | 7 | 436 | 115 | 104 |
Binary | 11001111 | 1101111 | 11101100 | 1100 | 110101 | 0 | 111 | 100011110 | 1001101 | 1000100 |
Color Harmonies of #CF6FEC
Complementary color
Monochromatic Colors of #CF6FEC
Black with #CF6FEC
Text Example
Text Example
White with #CF6FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6FEC; }
p { color: rgb(207,111,236); }
H1.HeaderClassName
{
color: #CF6FEC;
}
.AnyTagClassName
{
color: #CF6FEC;
}
</style>
background-color css
<style>
a { background-color: #CF6FEC; }
a { background-color: rgb(207,111,236); }
div.DivClassName
{
background-color: #CF6FEC;
}
.BgClassName
{
background-color: #CF6FEC;
}
</style>
border-color css
<style>
span { border-color: #CF6FEC; }
span { border-color: rgb(207,111,236); }
td.TdClassName
{
border-color: #CF6FEC;
}
.TagClassName
{
border-color: #CF6FEC;
}
</style>