Shades of Heliotrope #CF65F1
Tints of Heliotrope #CF65F1
RGB
CMYK
RGB Variations
Color information
#CF65F1 (or 0xCF65F1) is known color: Heliotrope. HEX triplet: CF, 65 and F1. RGB value is (207,101,241). Sum of RGB (Red+Green+Blue) = 207+101+241=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 101 (39.84% from 255 or 18.40% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF65F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF65F1 is #309A0E. Grayscale: #949494. Windows color (decimal): -3185167 or 15820239. OLE color: 15820239.
HSL color Cylindrical-coordinate representation of color #CF65F1: hue angle of 285.43º 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 #CF65F1 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 101 | 241 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.05 |
| HSL | 285.43º | 0.83% | 0.67% | - |
| HSV(B) | 285.43º | 0.58% | 0.95% | - |
| XYZ | 46.26 | 28.92 | 86.36 | - |
| YUV | 148.65 | 180.12 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 241 | 0.14 | 0.58 | 0 | 0.05 | 285.43 | 0.83 | 0.67 |
| Hex | CF | 65 | F1 | E | 3A | 0 | 5 | 11D | 53 | 43 |
| Octal | 317 | 145 | 361 | 16 | 72 | 0 | 5 | 435 | 123 | 103 |
| Binary | 11001111 | 1100101 | 11110001 | 1110 | 111010 | 0 | 101 | 100011101 | 1010011 | 1000011 |
Color Harmonies of #CF65F1
Complementary color
Monochromatic Colors of #CF65F1
Black with #CF65F1
Text Example
Text Example
White with #CF65F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF65F1; }
p { color: rgb(207,101,241); }
H1.HeaderClassName
{
color: #CF65F1;
}
.AnyTagClassName
{
color: #CF65F1;
}
</style>
background-color css
<style>
a { background-color: #CF65F1; }
a { background-color: rgb(207,101,241); }
div.DivClassName
{
background-color: #CF65F1;
}
.BgClassName
{
background-color: #CF65F1;
}
</style>
border-color css
<style>
span { border-color: #CF65F1; }
span { border-color: rgb(207,101,241); }
td.TdClassName
{
border-color: #CF65F1;
}
.TagClassName
{
border-color: #CF65F1;
}
</style>