Shades of Heliotrope #CF66F1
Tints of Heliotrope #CF66F1
RGB
CMYK
RGB Variations
Color information
#CF66F1 (or 0xCF66F1) is known color: Heliotrope. HEX triplet: CF, 66 and F1. RGB value is (207,102,241). Sum of RGB (Red+Green+Blue) = 207+102+241=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 102 (40.23% from 255 or 18.55% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF66F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF66F1 is #30990E. Grayscale: #949494. Windows color (decimal): -3184911 or 15820495. OLE color: 15820495.
HSL color Cylindrical-coordinate representation of color #CF66F1: hue angle of 285.32º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF66F1 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 102 | 241 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.05 |
| HSL | 285.32º | 0.83% | 0.67% | - |
| HSV(B) | 285.32º | 0.58% | 0.95% | - |
| XYZ | 46.36 | 29.12 | 86.4 | - |
| YUV | 149.24 | 179.79 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 241 | 0.14 | 0.58 | 0 | 0.05 | 285.32 | 0.83 | 0.67 |
| Hex | CF | 66 | F1 | E | 3A | 0 | 5 | 11D | 53 | 43 |
| Octal | 317 | 146 | 361 | 16 | 72 | 0 | 5 | 435 | 123 | 103 |
| Binary | 11001111 | 1100110 | 11110001 | 1110 | 111010 | 0 | 101 | 100011101 | 1010011 | 1000011 |
Color Harmonies of #CF66F1
Complementary color
Monochromatic Colors of #CF66F1
Black with #CF66F1
Text Example
Text Example
White with #CF66F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF66F1; }
p { color: rgb(207,102,241); }
H1.HeaderClassName
{
color: #CF66F1;
}
.AnyTagClassName
{
color: #CF66F1;
}
</style>
background-color css
<style>
a { background-color: #CF66F1; }
a { background-color: rgb(207,102,241); }
div.DivClassName
{
background-color: #CF66F1;
}
.BgClassName
{
background-color: #CF66F1;
}
</style>
border-color css
<style>
span { border-color: #CF66F1; }
span { border-color: rgb(207,102,241); }
td.TdClassName
{
border-color: #CF66F1;
}
.TagClassName
{
border-color: #CF66F1;
}
</style>