Shades of Heliotrope #CF68FA
Tints of Heliotrope #CF68FA
RGB
CMYK
RGB Variations
Color information
#CF68FA (or 0xCF68FA) is known color: Heliotrope. HEX triplet: CF, 68 and FA. RGB value is (207,104,250). Sum of RGB (Red+Green+Blue) = 207+104+250=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 104 (41.02% from 255 or 18.54% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF68FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF68FA is #309705. Grayscale: #969696. Windows color (decimal): -3184390 or 16410831. OLE color: 16410831.
HSL color Cylindrical-coordinate representation of color #CF68FA: hue angle of 282.33º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF68FA is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 104 | 250 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.02 |
| HSL | 282.33º | 0.94% | 0.69% | - |
| HSV(B) | 282.33º | 0.58% | 0.98% | - |
| XYZ | 47.94 | 30.07 | 93.72 | - |
| YUV | 151.44 | 183.62 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 250 | 0.17 | 0.58 | 0 | 0.02 | 282.33 | 0.94 | 0.69 |
| Hex | CF | 68 | FA | 11 | 3A | 0 | 2 | 11A | 5E | 45 |
| Octal | 317 | 150 | 372 | 21 | 72 | 0 | 2 | 432 | 136 | 105 |
| Binary | 11001111 | 1101000 | 11111010 | 10001 | 111010 | 0 | 10 | 100011010 | 1011110 | 1000101 |
Color Harmonies of #CF68FA
Complementary color
Monochromatic Colors of #CF68FA
Black with #CF68FA
Text Example
Text Example
White with #CF68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF68FA; }
p { color: rgb(207,104,250); }
H1.HeaderClassName
{
color: #CF68FA;
}
.AnyTagClassName
{
color: #CF68FA;
}
</style>
background-color css
<style>
a { background-color: #CF68FA; }
a { background-color: rgb(207,104,250); }
div.DivClassName
{
background-color: #CF68FA;
}
.BgClassName
{
background-color: #CF68FA;
}
</style>
border-color css
<style>
span { border-color: #CF68FA; }
span { border-color: rgb(207,104,250); }
td.TdClassName
{
border-color: #CF68FA;
}
.TagClassName
{
border-color: #CF68FA;
}
</style>