Shades of Heliotrope #CF52FA
Tints of Heliotrope #CF52FA
RGB
CMYK
RGB Variations
Color information
#CF52FA (or 0xCF52FA) is known color: Heliotrope. HEX triplet: CF, 52 and FA. RGB value is (207,82,250). Sum of RGB (Red+Green+Blue) = 207+82+250=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 82 (32.42% from 255 or 15.21% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF52FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF52FA is #30AD05. Grayscale: #898989. Windows color (decimal): -3190022 or 16405199. OLE color: 16405199.
HSL color Cylindrical-coordinate representation of color #CF52FA: hue angle of 284.64º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF52FA is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 82 | 250 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.02 |
| HSL | 284.64º | 0.94% | 0.65% | - |
| HSV(B) | 284.64º | 0.67% | 0.98% | - |
| XYZ | 46 | 26.2 | 93.08 | - |
| YUV | 138.53 | 190.91 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 250 | 0.17 | 0.67 | 0 | 0.02 | 284.64 | 0.94 | 0.65 |
| Hex | CF | 52 | FA | 11 | 43 | 0 | 2 | 11D | 5E | 41 |
| Octal | 317 | 122 | 372 | 21 | 103 | 0 | 2 | 435 | 136 | 101 |
| Binary | 11001111 | 1010010 | 11111010 | 10001 | 1000011 | 0 | 10 | 100011101 | 1011110 | 1000001 |
Color Harmonies of #CF52FA
Complementary color
Monochromatic Colors of #CF52FA
Black with #CF52FA
Text Example
Text Example
White with #CF52FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF52FA; }
p { color: rgb(207,82,250); }
H1.HeaderClassName
{
color: #CF52FA;
}
.AnyTagClassName
{
color: #CF52FA;
}
</style>
background-color css
<style>
a { background-color: #CF52FA; }
a { background-color: rgb(207,82,250); }
div.DivClassName
{
background-color: #CF52FA;
}
.BgClassName
{
background-color: #CF52FA;
}
</style>
border-color css
<style>
span { border-color: #CF52FA; }
span { border-color: rgb(207,82,250); }
td.TdClassName
{
border-color: #CF52FA;
}
.TagClassName
{
border-color: #CF52FA;
}
</style>