Shades of Heliotrope #CF6AF3
Tints of Heliotrope #CF6AF3
RGB
CMYK
RGB Variations
Color information
#CF6AF3 (or 0xCF6AF3) is known color: Heliotrope. HEX triplet: CF, 6A and F3. RGB value is (207,106,243). Sum of RGB (Red+Green+Blue) = 207+106+243=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 106 (41.80% from 255 or 19.06% from 556); Blue value is 243 (95.31% from 255 or 43.71% from 556); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF6AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6AF3 is #30950C. Grayscale: #979797. Windows color (decimal): -3183885 or 15952591. OLE color: 15952591.
HSL color Cylindrical-coordinate representation of color #CF6AF3: hue angle of 284.23º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF6AF3 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 106 | 243 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.05 |
| HSL | 284.23º | 0.85% | 0.68% | - |
| HSV(B) | 284.23º | 0.56% | 0.95% | - |
| XYZ | 47.06 | 30.04 | 88.11 | - |
| YUV | 151.82 | 179.46 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 243 | 0.15 | 0.56 | 0 | 0.05 | 284.23 | 0.85 | 0.68 |
| Hex | CF | 6A | F3 | F | 38 | 0 | 5 | 11C | 55 | 44 |
| Octal | 317 | 152 | 363 | 17 | 70 | 0 | 5 | 434 | 125 | 104 |
| Binary | 11001111 | 1101010 | 11110011 | 1111 | 111000 | 0 | 101 | 100011100 | 1010101 | 1000100 |
Color Harmonies of #CF6AF3
Complementary color
Monochromatic Colors of #CF6AF3
Black with #CF6AF3
Text Example
Text Example
White with #CF6AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6AF3; }
p { color: rgb(207,106,243); }
H1.HeaderClassName
{
color: #CF6AF3;
}
.AnyTagClassName
{
color: #CF6AF3;
}
</style>
background-color css
<style>
a { background-color: #CF6AF3; }
a { background-color: rgb(207,106,243); }
div.DivClassName
{
background-color: #CF6AF3;
}
.BgClassName
{
background-color: #CF6AF3;
}
</style>
border-color css
<style>
span { border-color: #CF6AF3; }
span { border-color: rgb(207,106,243); }
td.TdClassName
{
border-color: #CF6AF3;
}
.TagClassName
{
border-color: #CF6AF3;
}
</style>