Shades of Heliotrope #CF6AFC
Tints of Heliotrope #CF6AFC
RGB
CMYK
RGB Variations
Color information
#CF6AFC (or 0xCF6AFC) is known color: Heliotrope. HEX triplet: CF, 6A and FC. RGB value is (207,106,252). Sum of RGB (Red+Green+Blue) = 207+106+252=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 106 (41.80% from 255 or 18.76% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF6AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6AFC is #309503. Grayscale: #989898. Windows color (decimal): -3183876 or 16542415. OLE color: 16542415.
HSL color Cylindrical-coordinate representation of color #CF6AFC: hue angle of 281.51º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF6AFC is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 106 | 252 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.01 |
| HSL | 281.51º | 0.96% | 0.7% | - |
| HSV(B) | 281.51º | 0.58% | 0.99% | - |
| XYZ | 48.46 | 30.6 | 95.45 | - |
| YUV | 152.84 | 183.96 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 252 | 0.18 | 0.58 | 0 | 0.01 | 281.51 | 0.96 | 0.7 |
| Hex | CF | 6A | FC | 12 | 3A | 0 | 1 | 11A | 60 | 46 |
| Octal | 317 | 152 | 374 | 22 | 72 | 0 | 1 | 432 | 140 | 106 |
| Binary | 11001111 | 1101010 | 11111100 | 10010 | 111010 | 0 | 1 | 100011010 | 1100000 | 1000110 |
Color Harmonies of #CF6AFC
Complementary color
Monochromatic Colors of #CF6AFC
Black with #CF6AFC
Text Example
Text Example
White with #CF6AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6AFC; }
p { color: rgb(207,106,252); }
H1.HeaderClassName
{
color: #CF6AFC;
}
.AnyTagClassName
{
color: #CF6AFC;
}
</style>
background-color css
<style>
a { background-color: #CF6AFC; }
a { background-color: rgb(207,106,252); }
div.DivClassName
{
background-color: #CF6AFC;
}
.BgClassName
{
background-color: #CF6AFC;
}
</style>
border-color css
<style>
span { border-color: #CF6AFC; }
span { border-color: rgb(207,106,252); }
td.TdClassName
{
border-color: #CF6AFC;
}
.TagClassName
{
border-color: #CF6AFC;
}
</style>