Shades of Heliotrope #CF7CE9
Tints of Heliotrope #CF7CE9
RGB
CMYK
RGB Variations
Color information
#CF7CE9 (or 0xCF7CE9) is known color: Heliotrope. HEX triplet: CF, 7C and E9. RGB value is (207,124,233). Sum of RGB (Red+Green+Blue) = 207+124+233=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 124 (48.83% from 255 or 21.99% from 564); Blue value is 233 (91.41% from 255 or 41.31% from 564); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF7CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7CE9 is #308316. Grayscale: #A0A0A0. Windows color (decimal): -3179287 or 15301839. OLE color: 15301839.
HSL color Cylindrical-coordinate representation of color #CF7CE9: hue angle of 285.69º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF7CE9 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 124 | 233 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.09 |
| HSL | 285.69º | 0.71% | 0.7% | - |
| HSV(B) | 285.69º | 0.47% | 0.91% | - |
| XYZ | 47.65 | 33.56 | 81.06 | - |
| YUV | 161.24 | 168.5 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 233 | 0.11 | 0.47 | 0 | 0.09 | 285.69 | 0.71 | 0.7 |
| Hex | CF | 7C | E9 | B | 2F | 0 | 9 | 11E | 47 | 46 |
| Octal | 317 | 174 | 351 | 13 | 57 | 0 | 11 | 436 | 107 | 106 |
| Binary | 11001111 | 1111100 | 11101001 | 1011 | 101111 | 0 | 1001 | 100011110 | 1000111 | 1000110 |
Color Harmonies of #CF7CE9
Complementary color
Monochromatic Colors of #CF7CE9
Black with #CF7CE9
Text Example
Text Example
White with #CF7CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7CE9; }
p { color: rgb(207,124,233); }
H1.HeaderClassName
{
color: #CF7CE9;
}
.AnyTagClassName
{
color: #CF7CE9;
}
</style>
background-color css
<style>
a { background-color: #CF7CE9; }
a { background-color: rgb(207,124,233); }
div.DivClassName
{
background-color: #CF7CE9;
}
.BgClassName
{
background-color: #CF7CE9;
}
</style>
border-color css
<style>
span { border-color: #CF7CE9; }
span { border-color: rgb(207,124,233); }
td.TdClassName
{
border-color: #CF7CE9;
}
.TagClassName
{
border-color: #CF7CE9;
}
</style>