Shades of Heliotrope #CF7FE9
Tints of Heliotrope #CF7FE9
RGB
CMYK
RGB Variations
Color information
#CF7FE9 (or 0xCF7FE9) is known color: Heliotrope. HEX triplet: CF, 7F and E9. RGB value is (207,127,233). Sum of RGB (Red+Green+Blue) = 207+127+233=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF7FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7FE9 is #308016. Grayscale: #A2A2A2. Windows color (decimal): -3178519 or 15302607. OLE color: 15302607.
HSL color Cylindrical-coordinate representation of color #CF7FE9: hue angle of 285.28º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF7FE9 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 127 | 233 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.09 |
| HSL | 285.28º | 0.71% | 0.71% | - |
| HSV(B) | 285.28º | 0.45% | 0.91% | - |
| XYZ | 48.03 | 34.33 | 81.19 | - |
| YUV | 163 | 167.5 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 233 | 0.11 | 0.45 | 0 | 0.09 | 285.28 | 0.71 | 0.71 |
| Hex | CF | 7F | E9 | B | 2D | 0 | 9 | 11D | 47 | 47 |
| Octal | 317 | 177 | 351 | 13 | 55 | 0 | 11 | 435 | 107 | 107 |
| Binary | 11001111 | 1111111 | 11101001 | 1011 | 101101 | 0 | 1001 | 100011101 | 1000111 | 1000111 |
Color Harmonies of #CF7FE9
Complementary color
Monochromatic Colors of #CF7FE9
Black with #CF7FE9
Text Example
Text Example
White with #CF7FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7FE9; }
p { color: rgb(207,127,233); }
H1.HeaderClassName
{
color: #CF7FE9;
}
.AnyTagClassName
{
color: #CF7FE9;
}
</style>
background-color css
<style>
a { background-color: #CF7FE9; }
a { background-color: rgb(207,127,233); }
div.DivClassName
{
background-color: #CF7FE9;
}
.BgClassName
{
background-color: #CF7FE9;
}
</style>
border-color css
<style>
span { border-color: #CF7FE9; }
span { border-color: rgb(207,127,233); }
td.TdClassName
{
border-color: #CF7FE9;
}
.TagClassName
{
border-color: #CF7FE9;
}
</style>