Shades of Heliotrope #CF61FF
Tints of Heliotrope #CF61FF
RGB
CMYK
RGB Variations
Color information
#CF61FF (or 0xCF61FF) is known color: Heliotrope. HEX triplet: CF, 61 and FF. RGB value is (207,97,255). Sum of RGB (Red+Green+Blue) = 207+97+255=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 97 (38.28% from 255 or 17.35% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF61FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF61FF is #309E00. Grayscale: #939393. Windows color (decimal): -3186177 or 16736719. OLE color: 16736719.
HSL color Cylindrical-coordinate representation of color #CF61FF: hue angle of 281.77º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF61FF is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 97 | 255 | - |
| CMYK | 0.19 | 0.62 | 0 | 0 |
| HSL | 281.77º | 1% | 0.69% | - |
| HSV(B) | 281.77º | 0.62% | 1% | - |
| XYZ | 48.06 | 29.03 | 97.68 | - |
| YUV | 147.9 | 188.44 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 255 | 0.19 | 0.62 | 0 | 0 | 281.77 | 1 | 0.69 |
| Hex | CF | 61 | FF | 13 | 3E | 0 | 0 | 11A | 64 | 45 |
| Octal | 317 | 141 | 377 | 23 | 76 | 0 | 0 | 432 | 144 | 105 |
| Binary | 11001111 | 1100001 | 11111111 | 10011 | 111110 | 0 | 0 | 100011010 | 1100100 | 1000101 |
Color Harmonies of #CF61FF
Complementary color
Monochromatic Colors of #CF61FF
Black with #CF61FF
Text Example
Text Example
White with #CF61FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF61FF; }
p { color: rgb(207,97,255); }
H1.HeaderClassName
{
color: #CF61FF;
}
.AnyTagClassName
{
color: #CF61FF;
}
</style>
background-color css
<style>
a { background-color: #CF61FF; }
a { background-color: rgb(207,97,255); }
div.DivClassName
{
background-color: #CF61FF;
}
.BgClassName
{
background-color: #CF61FF;
}
</style>
border-color css
<style>
span { border-color: #CF61FF; }
span { border-color: rgb(207,97,255); }
td.TdClassName
{
border-color: #CF61FF;
}
.TagClassName
{
border-color: #CF61FF;
}
</style>