Shades of Heliotrope #CF6FED
Tints of Heliotrope #CF6FED
RGB
CMYK
RGB Variations
Color information
#CF6FED (or 0xCF6FED) is known color: Heliotrope. HEX triplet: CF, 6F and ED. RGB value is (207,111,237). Sum of RGB (Red+Green+Blue) = 207+111+237=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF6FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6FED is #309012. Grayscale: #999999. Windows color (decimal): -3182611 or 15560655. OLE color: 15560655.
HSL color Cylindrical-coordinate representation of color #CF6FED: hue angle of 285.71º degrees, saturation: 0.78, 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 #CF6FED is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 111 | 237 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.07 |
| HSL | 285.71º | 0.78% | 0.68% | - |
| HSV(B) | 285.71º | 0.53% | 0.93% | - |
| XYZ | 46.7 | 30.75 | 83.59 | - |
| YUV | 154.07 | 174.8 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 237 | 0.13 | 0.53 | 0 | 0.07 | 285.71 | 0.78 | 0.68 |
| Hex | CF | 6F | ED | D | 35 | 0 | 7 | 11E | 4E | 44 |
| Octal | 317 | 157 | 355 | 15 | 65 | 0 | 7 | 436 | 116 | 104 |
| Binary | 11001111 | 1101111 | 11101101 | 1101 | 110101 | 0 | 111 | 100011110 | 1001110 | 1000100 |
Color Harmonies of #CF6FED
Complementary color
Monochromatic Colors of #CF6FED
Black with #CF6FED
Text Example
Text Example
White with #CF6FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6FED; }
p { color: rgb(207,111,237); }
H1.HeaderClassName
{
color: #CF6FED;
}
.AnyTagClassName
{
color: #CF6FED;
}
</style>
background-color css
<style>
a { background-color: #CF6FED; }
a { background-color: rgb(207,111,237); }
div.DivClassName
{
background-color: #CF6FED;
}
.BgClassName
{
background-color: #CF6FED;
}
</style>
border-color css
<style>
span { border-color: #CF6FED; }
span { border-color: rgb(207,111,237); }
td.TdClassName
{
border-color: #CF6FED;
}
.TagClassName
{
border-color: #CF6FED;
}
</style>