Shades of Heliotrope #CF7FFF
Tints of Heliotrope #CF7FFF
RGB
CMYK
RGB Variations
Color information
#CF7FFF (or 0xCF7FFF) is known color: Heliotrope. HEX triplet: CF, 7F and FF. RGB value is (207,127,255). Sum of RGB (Red+Green+Blue) = 207+127+255=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 127 (50% from 255 or 21.56% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF7FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7FFF is #308000. Grayscale: #A5A5A5. Windows color (decimal): -3178497 or 16744399. OLE color: 16744399.
HSL color Cylindrical-coordinate representation of color #CF7FFF: hue angle of 277.5º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF7FFF is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 127 | 255 | - |
| CMYK | 0.19 | 0.50 | 0 | 0 |
| HSL | 277.5º | 1% | 0.75% | - |
| HSV(B) | 277.5º | 0.5% | 1% | - |
| XYZ | 51.37 | 35.66 | 98.78 | - |
| YUV | 165.51 | 178.5 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 255 | 0.19 | 0.50 | 0 | 0 | 277.5 | 1 | 0.75 |
| Hex | CF | 7F | FF | 13 | 32 | 0 | 0 | 116 | 64 | 4B |
| Octal | 317 | 177 | 377 | 23 | 62 | 0 | 0 | 426 | 144 | 113 |
| Binary | 11001111 | 1111111 | 11111111 | 10011 | 110010 | 0 | 0 | 100010110 | 1100100 | 1001011 |
Color Harmonies of #CF7FFF
Complementary color
Monochromatic Colors of #CF7FFF
Black with #CF7FFF
Text Example
Text Example
White with #CF7FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7FFF; }
p { color: rgb(207,127,255); }
H1.HeaderClassName
{
color: #CF7FFF;
}
.AnyTagClassName
{
color: #CF7FFF;
}
</style>
background-color css
<style>
a { background-color: #CF7FFF; }
a { background-color: rgb(207,127,255); }
div.DivClassName
{
background-color: #CF7FFF;
}
.BgClassName
{
background-color: #CF7FFF;
}
</style>
border-color css
<style>
span { border-color: #CF7FFF; }
span { border-color: rgb(207,127,255); }
td.TdClassName
{
border-color: #CF7FFF;
}
.TagClassName
{
border-color: #CF7FFF;
}
</style>