Shades of Heliotrope #CF6AF5
Tints of Heliotrope #CF6AF5
RGB
CMYK
RGB Variations
Color information
#CF6AF5 (or 0xCF6AF5) is known color: Heliotrope. HEX triplet: CF, 6A and F5. RGB value is (207,106,245). Sum of RGB (Red+Green+Blue) = 207+106+245=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 106 (41.80% from 255 or 19.00% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 245 - color contains mainly: blue. Hex color #CF6AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6AF5 is #30950A. Grayscale: #979797. Windows color (decimal): -3183883 or 16083663. OLE color: 16083663.
HSL color Cylindrical-coordinate representation of color #CF6AF5: hue angle of 283.6º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF6AF5 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 106 | 245 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.04 |
| HSL | 283.6º | 0.87% | 0.69% | - |
| HSV(B) | 283.6º | 0.57% | 0.96% | - |
| XYZ | 47.37 | 30.17 | 89.71 | - |
| YUV | 152.05 | 180.46 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 245 | 0.16 | 0.57 | 0 | 0.04 | 283.6 | 0.87 | 0.69 |
| Hex | CF | 6A | F5 | 10 | 39 | 0 | 4 | 11C | 57 | 45 |
| Octal | 317 | 152 | 365 | 20 | 71 | 0 | 4 | 434 | 127 | 105 |
| Binary | 11001111 | 1101010 | 11110101 | 10000 | 111001 | 0 | 100 | 100011100 | 1010111 | 1000101 |
Color Harmonies of #CF6AF5
Complementary color
Monochromatic Colors of #CF6AF5
Black with #CF6AF5
Text Example
Text Example
White with #CF6AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6AF5; }
p { color: rgb(207,106,245); }
H1.HeaderClassName
{
color: #CF6AF5;
}
.AnyTagClassName
{
color: #CF6AF5;
}
</style>
background-color css
<style>
a { background-color: #CF6AF5; }
a { background-color: rgb(207,106,245); }
div.DivClassName
{
background-color: #CF6AF5;
}
.BgClassName
{
background-color: #CF6AF5;
}
</style>
border-color css
<style>
span { border-color: #CF6AF5; }
span { border-color: rgb(207,106,245); }
td.TdClassName
{
border-color: #CF6AF5;
}
.TagClassName
{
border-color: #CF6AF5;
}
</style>