Shades of Heliotrope #CF6FFF
Tints of Heliotrope #CF6FFF
RGB
CMYK
RGB Variations
Color information
#CF6FFF (or 0xCF6FFF) is known color: Heliotrope. HEX triplet: CF, 6F and FF. RGB value is (207,111,255). Sum of RGB (Red+Green+Blue) = 207+111+255=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 111 (43.75% from 255 or 19.37% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF6FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6FFF is #309000. Grayscale: #9B9B9B. Windows color (decimal): -3182593 or 16740303. OLE color: 16740303.
HSL color Cylindrical-coordinate representation of color #CF6FFF: hue angle of 280º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF6FFF is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 111 | 255 | - |
| CMYK | 0.19 | 0.56 | 0 | 0 |
| HSL | 280º | 1% | 0.72% | - |
| HSV(B) | 280º | 0.56% | 1% | - |
| XYZ | 49.47 | 31.85 | 98.15 | - |
| YUV | 156.12 | 183.8 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 255 | 0.19 | 0.56 | 0 | 0 | 280 | 1 | 0.72 |
| Hex | CF | 6F | FF | 13 | 38 | 0 | 0 | 118 | 64 | 48 |
| Octal | 317 | 157 | 377 | 23 | 70 | 0 | 0 | 430 | 144 | 110 |
| Binary | 11001111 | 1101111 | 11111111 | 10011 | 111000 | 0 | 0 | 100011000 | 1100100 | 1001000 |
Color Harmonies of #CF6FFF
Complementary color
Monochromatic Colors of #CF6FFF
Black with #CF6FFF
Text Example
Text Example
White with #CF6FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6FFF; }
p { color: rgb(207,111,255); }
H1.HeaderClassName
{
color: #CF6FFF;
}
.AnyTagClassName
{
color: #CF6FFF;
}
</style>
background-color css
<style>
a { background-color: #CF6FFF; }
a { background-color: rgb(207,111,255); }
div.DivClassName
{
background-color: #CF6FFF;
}
.BgClassName
{
background-color: #CF6FFF;
}
</style>
border-color css
<style>
span { border-color: #CF6FFF; }
span { border-color: rgb(207,111,255); }
td.TdClassName
{
border-color: #CF6FFF;
}
.TagClassName
{
border-color: #CF6FFF;
}
</style>