Shades of Heliotrope #CF51FC
Tints of Heliotrope #CF51FC
RGB
CMYK
RGB Variations
Color information
#CF51FC (or 0xCF51FC) is known color: Heliotrope. HEX triplet: CF, 51 and FC. RGB value is (207,81,252). Sum of RGB (Red+Green+Blue) = 207+81+252=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 81 (32.03% from 255 or 15% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF51FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF51FC is #30AE03. Grayscale: #898989. Windows color (decimal): -3190276 or 16536015. OLE color: 16536015.
HSL color Cylindrical-coordinate representation of color #CF51FC: hue angle of 284.21º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF51FC is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 81 | 252 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.01 |
| HSL | 284.21º | 0.97% | 0.65% | - |
| HSV(B) | 284.21º | 0.68% | 0.99% | - |
| XYZ | 46.25 | 26.18 | 94.71 | - |
| YUV | 138.17 | 192.24 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 252 | 0.18 | 0.68 | 0 | 0.01 | 284.21 | 0.97 | 0.65 |
| Hex | CF | 51 | FC | 12 | 44 | 0 | 1 | 11C | 61 | 41 |
| Octal | 317 | 121 | 374 | 22 | 104 | 0 | 1 | 434 | 141 | 101 |
| Binary | 11001111 | 1010001 | 11111100 | 10010 | 1000100 | 0 | 1 | 100011100 | 1100001 | 1000001 |
Color Harmonies of #CF51FC
Complementary color
Monochromatic Colors of #CF51FC
Black with #CF51FC
Text Example
Text Example
White with #CF51FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF51FC; }
p { color: rgb(207,81,252); }
H1.HeaderClassName
{
color: #CF51FC;
}
.AnyTagClassName
{
color: #CF51FC;
}
</style>
background-color css
<style>
a { background-color: #CF51FC; }
a { background-color: rgb(207,81,252); }
div.DivClassName
{
background-color: #CF51FC;
}
.BgClassName
{
background-color: #CF51FC;
}
</style>
border-color css
<style>
span { border-color: #CF51FC; }
span { border-color: rgb(207,81,252); }
td.TdClassName
{
border-color: #CF51FC;
}
.TagClassName
{
border-color: #CF51FC;
}
</style>