Shades of Heliotrope #CF7CFF
Tints of Heliotrope #CF7CFF
RGB
CMYK
RGB Variations
Color information
#CF7CFF (or 0xCF7CFF) is known color: Heliotrope. HEX triplet: CF, 7C and FF. RGB value is (207,124,255). Sum of RGB (Red+Green+Blue) = 207+124+255=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 124 (48.83% from 255 or 21.16% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF7CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7CFF is #308300. Grayscale: #A3A3A3. Windows color (decimal): -3179265 or 16743631. OLE color: 16743631.
HSL color Cylindrical-coordinate representation of color #CF7CFF: hue angle of 278.02º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF7CFF is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 124 | 255 | - |
| CMYK | 0.19 | 0.51 | 0 | 0 |
| HSL | 278.02º | 1% | 0.74% | - |
| HSV(B) | 278.02º | 0.51% | 1% | - |
| XYZ | 50.99 | 34.9 | 98.66 | - |
| YUV | 163.75 | 179.5 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 255 | 0.19 | 0.51 | 0 | 0 | 278.02 | 1 | 0.74 |
| Hex | CF | 7C | FF | 13 | 33 | 0 | 0 | 116 | 64 | 4A |
| Octal | 317 | 174 | 377 | 23 | 63 | 0 | 0 | 426 | 144 | 112 |
| Binary | 11001111 | 1111100 | 11111111 | 10011 | 110011 | 0 | 0 | 100010110 | 1100100 | 1001010 |
Color Harmonies of #CF7CFF
Complementary color
Monochromatic Colors of #CF7CFF
Black with #CF7CFF
Text Example
Text Example
White with #CF7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7CFF; }
p { color: rgb(207,124,255); }
H1.HeaderClassName
{
color: #CF7CFF;
}
.AnyTagClassName
{
color: #CF7CFF;
}
</style>
background-color css
<style>
a { background-color: #CF7CFF; }
a { background-color: rgb(207,124,255); }
div.DivClassName
{
background-color: #CF7CFF;
}
.BgClassName
{
background-color: #CF7CFF;
}
</style>
border-color css
<style>
span { border-color: #CF7CFF; }
span { border-color: rgb(207,124,255); }
td.TdClassName
{
border-color: #CF7CFF;
}
.TagClassName
{
border-color: #CF7CFF;
}
</style>