Shades of Heliotrope #CF66F9
Tints of Heliotrope #CF66F9
RGB
CMYK
RGB Variations
Color information
#CF66F9 (or 0xCF66F9) is known color: Heliotrope. HEX triplet: CF, 66 and F9. RGB value is (207,102,249). Sum of RGB (Red+Green+Blue) = 207+102+249=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 102 (40.23% from 255 or 18.28% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF66F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF66F9 is #309906. Grayscale: #959595. Windows color (decimal): -3184903 or 16344783. OLE color: 16344783.
HSL color Cylindrical-coordinate representation of color #CF66F9: hue angle of 282.86º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF66F9 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 102 | 249 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.02 |
| HSL | 282.86º | 0.92% | 0.69% | - |
| HSV(B) | 282.86º | 0.59% | 0.98% | - |
| XYZ | 47.58 | 29.61 | 92.83 | - |
| YUV | 150.15 | 183.79 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 249 | 0.17 | 0.59 | 0 | 0.02 | 282.86 | 0.92 | 0.69 |
| Hex | CF | 66 | F9 | 11 | 3B | 0 | 2 | 11B | 5C | 45 |
| Octal | 317 | 146 | 371 | 21 | 73 | 0 | 2 | 433 | 134 | 105 |
| Binary | 11001111 | 1100110 | 11111001 | 10001 | 111011 | 0 | 10 | 100011011 | 1011100 | 1000101 |
Color Harmonies of #CF66F9
Complementary color
Monochromatic Colors of #CF66F9
Black with #CF66F9
Text Example
Text Example
White with #CF66F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF66F9; }
p { color: rgb(207,102,249); }
H1.HeaderClassName
{
color: #CF66F9;
}
.AnyTagClassName
{
color: #CF66F9;
}
</style>
background-color css
<style>
a { background-color: #CF66F9; }
a { background-color: rgb(207,102,249); }
div.DivClassName
{
background-color: #CF66F9;
}
.BgClassName
{
background-color: #CF66F9;
}
</style>
border-color css
<style>
span { border-color: #CF66F9; }
span { border-color: rgb(207,102,249); }
td.TdClassName
{
border-color: #CF66F9;
}
.TagClassName
{
border-color: #CF66F9;
}
</style>