Shades of Heliotrope #CF49FF
Tints of Heliotrope #CF49FF
RGB
CMYK
RGB Variations
Color information
#CF49FF (or 0xCF49FF) is known color: Heliotrope. HEX triplet: CF, 49 and FF. RGB value is (207,73,255). Sum of RGB (Red+Green+Blue) = 207+73+255=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 73 (28.91% from 255 or 13.64% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF49FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF49FF is #30B600. Grayscale: #858585. Windows color (decimal): -3192321 or 16730575. OLE color: 16730575.
HSL color Cylindrical-coordinate representation of color #CF49FF: hue angle of 284.18º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF49FF is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 73 | 255 | - |
| CMYK | 0.19 | 0.71 | 0 | 0 |
| HSL | 284.18º | 1% | 0.64% | - |
| HSV(B) | 284.18º | 0.71% | 1% | - |
| XYZ | 46.16 | 25.25 | 97.05 | - |
| YUV | 133.81 | 196.39 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 255 | 0.19 | 0.71 | 0 | 0 | 284.18 | 1 | 0.64 |
| Hex | CF | 49 | FF | 13 | 47 | 0 | 0 | 11C | 64 | 40 |
| Octal | 317 | 111 | 377 | 23 | 107 | 0 | 0 | 434 | 144 | 100 |
| Binary | 11001111 | 1001001 | 11111111 | 10011 | 1000111 | 0 | 0 | 100011100 | 1100100 | 1000000 |
Color Harmonies of #CF49FF
Complementary color
Monochromatic Colors of #CF49FF
Black with #CF49FF
Text Example
Text Example
White with #CF49FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF49FF; }
p { color: rgb(207,73,255); }
H1.HeaderClassName
{
color: #CF49FF;
}
.AnyTagClassName
{
color: #CF49FF;
}
</style>
background-color css
<style>
a { background-color: #CF49FF; }
a { background-color: rgb(207,73,255); }
div.DivClassName
{
background-color: #CF49FF;
}
.BgClassName
{
background-color: #CF49FF;
}
</style>
border-color css
<style>
span { border-color: #CF49FF; }
span { border-color: rgb(207,73,255); }
td.TdClassName
{
border-color: #CF49FF;
}
.TagClassName
{
border-color: #CF49FF;
}
</style>