Shades of Heliotrope #CF7FF0
Tints of Heliotrope #CF7FF0
RGB
CMYK
RGB Variations
Color information
#CF7FF0 (or 0xCF7FF0) is known color: Heliotrope. HEX triplet: CF, 7F and F0. RGB value is (207,127,240). Sum of RGB (Red+Green+Blue) = 207+127+240=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF7FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7FF0 is #30800F. Grayscale: #A3A3A3. Windows color (decimal): -3178512 or 15761359. OLE color: 15761359.
HSL color Cylindrical-coordinate representation of color #CF7FF0: hue angle of 282.48º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF7FF0 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 127 | 240 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.06 |
| HSL | 282.48º | 0.79% | 0.72% | - |
| HSV(B) | 282.48º | 0.47% | 0.94% | - |
| XYZ | 49.05 | 34.74 | 86.56 | - |
| YUV | 163.8 | 171 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 240 | 0.14 | 0.47 | 0 | 0.06 | 282.48 | 0.79 | 0.72 |
| Hex | CF | 7F | F0 | E | 2F | 0 | 6 | 11A | 4F | 48 |
| Octal | 317 | 177 | 360 | 16 | 57 | 0 | 6 | 432 | 117 | 110 |
| Binary | 11001111 | 1111111 | 11110000 | 1110 | 101111 | 0 | 110 | 100011010 | 1001111 | 1001000 |
Color Harmonies of #CF7FF0
Complementary color
Monochromatic Colors of #CF7FF0
Black with #CF7FF0
Text Example
Text Example
White with #CF7FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7FF0; }
p { color: rgb(207,127,240); }
H1.HeaderClassName
{
color: #CF7FF0;
}
.AnyTagClassName
{
color: #CF7FF0;
}
</style>
background-color css
<style>
a { background-color: #CF7FF0; }
a { background-color: rgb(207,127,240); }
div.DivClassName
{
background-color: #CF7FF0;
}
.BgClassName
{
background-color: #CF7FF0;
}
</style>
border-color css
<style>
span { border-color: #CF7FF0; }
span { border-color: rgb(207,127,240); }
td.TdClassName
{
border-color: #CF7FF0;
}
.TagClassName
{
border-color: #CF7FF0;
}
</style>