Shades of Heliotrope #CF6EFF
Tints of Heliotrope #CF6EFF
RGB
CMYK
RGB Variations
Color information
#CF6EFF (or 0xCF6EFF) is known color: Heliotrope. HEX triplet: CF, 6E and FF. RGB value is (207,110,255). Sum of RGB (Red+Green+Blue) = 207+110+255=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 110 (43.36% from 255 or 19.23% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF6EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6EFF is #309100. Grayscale: #9B9B9B. Windows color (decimal): -3182849 or 16740047. OLE color: 16740047.
HSL color Cylindrical-coordinate representation of color #CF6EFF: hue angle of 280.14º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF6EFF is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 110 | 255 | - |
| CMYK | 0.19 | 0.57 | 0 | 0 |
| HSL | 280.14º | 1% | 0.72% | - |
| HSV(B) | 280.14º | 0.57% | 1% | - |
| XYZ | 49.36 | 31.64 | 98.11 | - |
| YUV | 155.53 | 184.14 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 255 | 0.19 | 0.57 | 0 | 0 | 280.14 | 1 | 0.72 |
| Hex | CF | 6E | FF | 13 | 39 | 0 | 0 | 118 | 64 | 48 |
| Octal | 317 | 156 | 377 | 23 | 71 | 0 | 0 | 430 | 144 | 110 |
| Binary | 11001111 | 1101110 | 11111111 | 10011 | 111001 | 0 | 0 | 100011000 | 1100100 | 1001000 |
Color Harmonies of #CF6EFF
Complementary color
Monochromatic Colors of #CF6EFF
Black with #CF6EFF
Text Example
Text Example
White with #CF6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6EFF; }
p { color: rgb(207,110,255); }
H1.HeaderClassName
{
color: #CF6EFF;
}
.AnyTagClassName
{
color: #CF6EFF;
}
</style>
background-color css
<style>
a { background-color: #CF6EFF; }
a { background-color: rgb(207,110,255); }
div.DivClassName
{
background-color: #CF6EFF;
}
.BgClassName
{
background-color: #CF6EFF;
}
</style>
border-color css
<style>
span { border-color: #CF6EFF; }
span { border-color: rgb(207,110,255); }
td.TdClassName
{
border-color: #CF6EFF;
}
.TagClassName
{
border-color: #CF6EFF;
}
</style>