Shades of Heliotrope #CF65FB
Tints of Heliotrope #CF65FB
RGB
CMYK
RGB Variations
Color information
#CF65FB (or 0xCF65FB) is known color: Heliotrope. HEX triplet: CF, 65 and FB. RGB value is (207,101,251). Sum of RGB (Red+Green+Blue) = 207+101+251=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 101 (39.84% from 255 or 18.07% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF65FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF65FB is #309A04. Grayscale: #959595. Windows color (decimal): -3185157 or 16475599. OLE color: 16475599.
HSL color Cylindrical-coordinate representation of color #CF65FB: hue angle of 282.4º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF65FB is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 101 | 251 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.02 |
| HSL | 282.4º | 0.95% | 0.69% | - |
| HSV(B) | 282.4º | 0.6% | 0.98% | - |
| XYZ | 47.8 | 29.54 | 94.45 | - |
| YUV | 149.79 | 185.12 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 251 | 0.18 | 0.60 | 0 | 0.02 | 282.4 | 0.95 | 0.69 |
| Hex | CF | 65 | FB | 12 | 3C | 0 | 2 | 11A | 5F | 45 |
| Octal | 317 | 145 | 373 | 22 | 74 | 0 | 2 | 432 | 137 | 105 |
| Binary | 11001111 | 1100101 | 11111011 | 10010 | 111100 | 0 | 10 | 100011010 | 1011111 | 1000101 |
Color Harmonies of #CF65FB
Complementary color
Monochromatic Colors of #CF65FB
Black with #CF65FB
Text Example
Text Example
White with #CF65FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF65FB; }
p { color: rgb(207,101,251); }
H1.HeaderClassName
{
color: #CF65FB;
}
.AnyTagClassName
{
color: #CF65FB;
}
</style>
background-color css
<style>
a { background-color: #CF65FB; }
a { background-color: rgb(207,101,251); }
div.DivClassName
{
background-color: #CF65FB;
}
.BgClassName
{
background-color: #CF65FB;
}
</style>
border-color css
<style>
span { border-color: #CF65FB; }
span { border-color: rgb(207,101,251); }
td.TdClassName
{
border-color: #CF65FB;
}
.TagClassName
{
border-color: #CF65FB;
}
</style>