Shades of Heliotrope #CF68F0
Tints of Heliotrope #CF68F0
RGB
CMYK
RGB Variations
Color information
#CF68F0 (or 0xCF68F0) is known color: Heliotrope. HEX triplet: CF, 68 and F0. RGB value is (207,104,240). Sum of RGB (Red+Green+Blue) = 207+104+240=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 104 (41.02% from 255 or 18.87% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF68F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF68F0 is #30970F. Grayscale: #959595. Windows color (decimal): -3184400 or 15755471. OLE color: 15755471.
HSL color Cylindrical-coordinate representation of color #CF68F0: hue angle of 285.44º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF68F0 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 104 | 240 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.06 |
| HSL | 285.44º | 0.82% | 0.67% | - |
| HSV(B) | 285.44º | 0.57% | 0.94% | - |
| XYZ | 46.41 | 29.46 | 85.68 | - |
| YUV | 150.3 | 178.62 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 240 | 0.14 | 0.57 | 0 | 0.06 | 285.44 | 0.82 | 0.67 |
| Hex | CF | 68 | F0 | E | 39 | 0 | 6 | 11D | 52 | 43 |
| Octal | 317 | 150 | 360 | 16 | 71 | 0 | 6 | 435 | 122 | 103 |
| Binary | 11001111 | 1101000 | 11110000 | 1110 | 111001 | 0 | 110 | 100011101 | 1010010 | 1000011 |
Color Harmonies of #CF68F0
Complementary color
Monochromatic Colors of #CF68F0
Black with #CF68F0
Text Example
Text Example
White with #CF68F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF68F0; }
p { color: rgb(207,104,240); }
H1.HeaderClassName
{
color: #CF68F0;
}
.AnyTagClassName
{
color: #CF68F0;
}
</style>
background-color css
<style>
a { background-color: #CF68F0; }
a { background-color: rgb(207,104,240); }
div.DivClassName
{
background-color: #CF68F0;
}
.BgClassName
{
background-color: #CF68F0;
}
</style>
border-color css
<style>
span { border-color: #CF68F0; }
span { border-color: rgb(207,104,240); }
td.TdClassName
{
border-color: #CF68F0;
}
.TagClassName
{
border-color: #CF68F0;
}
</style>