Shades of Heliotrope #CF66F7
Tints of Heliotrope #CF66F7
RGB
CMYK
RGB Variations
Color information
#CF66F7 (or 0xCF66F7) is known color: Heliotrope. HEX triplet: CF, 66 and F7. RGB value is (207,102,247). Sum of RGB (Red+Green+Blue) = 207+102+247=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 102 (40.23% from 255 or 18.35% from 556); Blue value is 247 (96.88% from 255 or 44.42% from 556); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF66F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF66F7 is #309908. Grayscale: #959595. Windows color (decimal): -3184905 or 16213711. OLE color: 16213711.
HSL color Cylindrical-coordinate representation of color #CF66F7: hue angle of 283.45º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF66F7 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 102 | 247 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.03 |
| HSL | 283.45º | 0.9% | 0.68% | - |
| HSV(B) | 283.45º | 0.59% | 0.97% | - |
| XYZ | 47.27 | 29.48 | 91.2 | - |
| YUV | 149.93 | 182.79 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 247 | 0.16 | 0.59 | 0 | 0.03 | 283.45 | 0.9 | 0.68 |
| Hex | CF | 66 | F7 | 10 | 3B | 0 | 3 | 11B | 5A | 44 |
| Octal | 317 | 146 | 367 | 20 | 73 | 0 | 3 | 433 | 132 | 104 |
| Binary | 11001111 | 1100110 | 11110111 | 10000 | 111011 | 0 | 11 | 100011011 | 1011010 | 1000100 |
Color Harmonies of #CF66F7
Complementary color
Monochromatic Colors of #CF66F7
Black with #CF66F7
Text Example
Text Example
White with #CF66F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF66F7; }
p { color: rgb(207,102,247); }
H1.HeaderClassName
{
color: #CF66F7;
}
.AnyTagClassName
{
color: #CF66F7;
}
</style>
background-color css
<style>
a { background-color: #CF66F7; }
a { background-color: rgb(207,102,247); }
div.DivClassName
{
background-color: #CF66F7;
}
.BgClassName
{
background-color: #CF66F7;
}
</style>
border-color css
<style>
span { border-color: #CF66F7; }
span { border-color: rgb(207,102,247); }
td.TdClassName
{
border-color: #CF66F7;
}
.TagClassName
{
border-color: #CF66F7;
}
</style>