Shades of Heliotrope #CF68F3
Tints of Heliotrope #CF68F3
RGB
CMYK
RGB Variations
Color information
#CF68F3 (or 0xCF68F3) is known color: Heliotrope. HEX triplet: CF, 68 and F3. RGB value is (207,104,243). Sum of RGB (Red+Green+Blue) = 207+104+243=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 104 (41.02% from 255 or 18.77% from 554); Blue value is 243 (95.31% from 255 or 43.86% from 554); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF68F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF68F3 is #30970C. Grayscale: #969696. Windows color (decimal): -3184397 or 15952079. OLE color: 15952079.
HSL color Cylindrical-coordinate representation of color #CF68F3: hue angle of 284.46º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF68F3 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 104 | 243 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.05 |
| HSL | 284.46º | 0.85% | 0.68% | - |
| HSV(B) | 284.46º | 0.57% | 0.95% | - |
| XYZ | 46.86 | 29.64 | 88.04 | - |
| YUV | 150.64 | 180.12 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 243 | 0.15 | 0.57 | 0 | 0.05 | 284.46 | 0.85 | 0.68 |
| Hex | CF | 68 | F3 | F | 39 | 0 | 5 | 11C | 55 | 44 |
| Octal | 317 | 150 | 363 | 17 | 71 | 0 | 5 | 434 | 125 | 104 |
| Binary | 11001111 | 1101000 | 11110011 | 1111 | 111001 | 0 | 101 | 100011100 | 1010101 | 1000100 |
Color Harmonies of #CF68F3
Complementary color
Monochromatic Colors of #CF68F3
Black with #CF68F3
Text Example
Text Example
White with #CF68F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF68F3; }
p { color: rgb(207,104,243); }
H1.HeaderClassName
{
color: #CF68F3;
}
.AnyTagClassName
{
color: #CF68F3;
}
</style>
background-color css
<style>
a { background-color: #CF68F3; }
a { background-color: rgb(207,104,243); }
div.DivClassName
{
background-color: #CF68F3;
}
.BgClassName
{
background-color: #CF68F3;
}
</style>
border-color css
<style>
span { border-color: #CF68F3; }
span { border-color: rgb(207,104,243); }
td.TdClassName
{
border-color: #CF68F3;
}
.TagClassName
{
border-color: #CF68F3;
}
</style>