Shades of Heliotrope #CF7FFC
Tints of Heliotrope #CF7FFC
RGB
CMYK
RGB Variations
Color information
#CF7FFC (or 0xCF7FFC) is known color: Heliotrope. HEX triplet: CF, 7F and FC. RGB value is (207,127,252). Sum of RGB (Red+Green+Blue) = 207+127+252=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF7FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7FFC is #308003. Grayscale: #A4A4A4. Windows color (decimal): -3178500 or 16547791. OLE color: 16547791.
HSL color Cylindrical-coordinate representation of color #CF7FFC: hue angle of 278.4º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF7FFC is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 127 | 252 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.01 |
| HSL | 278.4º | 0.95% | 0.74% | - |
| HSV(B) | 278.4º | 0.5% | 0.99% | - |
| XYZ | 50.89 | 35.47 | 96.26 | - |
| YUV | 165.17 | 177 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 252 | 0.18 | 0.50 | 0 | 0.01 | 278.4 | 0.95 | 0.74 |
| Hex | CF | 7F | FC | 12 | 32 | 0 | 1 | 116 | 5F | 4A |
| Octal | 317 | 177 | 374 | 22 | 62 | 0 | 1 | 426 | 137 | 112 |
| Binary | 11001111 | 1111111 | 11111100 | 10010 | 110010 | 0 | 1 | 100010110 | 1011111 | 1001010 |
Color Harmonies of #CF7FFC
Complementary color
Monochromatic Colors of #CF7FFC
Black with #CF7FFC
Text Example
Text Example
White with #CF7FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7FFC; }
p { color: rgb(207,127,252); }
H1.HeaderClassName
{
color: #CF7FFC;
}
.AnyTagClassName
{
color: #CF7FFC;
}
</style>
background-color css
<style>
a { background-color: #CF7FFC; }
a { background-color: rgb(207,127,252); }
div.DivClassName
{
background-color: #CF7FFC;
}
.BgClassName
{
background-color: #CF7FFC;
}
</style>
border-color css
<style>
span { border-color: #CF7FFC; }
span { border-color: rgb(207,127,252); }
td.TdClassName
{
border-color: #CF7FFC;
}
.TagClassName
{
border-color: #CF7FFC;
}
</style>