Shades of Heliotrope #CF46FF
Tints of Heliotrope #CF46FF
RGB
CMYK
RGB Variations
Color information
#CF46FF (or 0xCF46FF) is known color: Heliotrope. HEX triplet: CF, 46 and FF. RGB value is (207,70,255). Sum of RGB (Red+Green+Blue) = 207+70+255=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 70 (27.73% from 255 or 13.16% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF46FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF46FF is #30B900. Grayscale: #838383. Windows color (decimal): -3193089 or 16729807. OLE color: 16729807.
HSL color Cylindrical-coordinate representation of color #CF46FF: hue angle of 284.43º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF46FF is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 70 | 255 | - |
| CMYK | 0.19 | 0.73 | 0 | 0 |
| HSL | 284.43º | 1% | 0.64% | - |
| HSV(B) | 284.43º | 0.73% | 1% | - |
| XYZ | 45.97 | 24.87 | 96.98 | - |
| YUV | 132.05 | 197.39 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 255 | 0.19 | 0.73 | 0 | 0 | 284.43 | 1 | 0.64 |
| Hex | CF | 46 | FF | 13 | 49 | 0 | 0 | 11C | 64 | 40 |
| Octal | 317 | 106 | 377 | 23 | 111 | 0 | 0 | 434 | 144 | 100 |
| Binary | 11001111 | 1000110 | 11111111 | 10011 | 1001001 | 0 | 0 | 100011100 | 1100100 | 1000000 |
Color Harmonies of #CF46FF
Complementary color
Monochromatic Colors of #CF46FF
Black with #CF46FF
Text Example
Text Example
White with #CF46FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF46FF; }
p { color: rgb(207,70,255); }
H1.HeaderClassName
{
color: #CF46FF;
}
.AnyTagClassName
{
color: #CF46FF;
}
</style>
background-color css
<style>
a { background-color: #CF46FF; }
a { background-color: rgb(207,70,255); }
div.DivClassName
{
background-color: #CF46FF;
}
.BgClassName
{
background-color: #CF46FF;
}
</style>
border-color css
<style>
span { border-color: #CF46FF; }
span { border-color: rgb(207,70,255); }
td.TdClassName
{
border-color: #CF46FF;
}
.TagClassName
{
border-color: #CF46FF;
}
</style>