Shades of Heliotrope #D968F7
Tints of Heliotrope #D968F7
RGB
CMYK
RGB Variations
Color information
#D968F7 (or 0xD968F7) is known color: Heliotrope. HEX triplet: D9, 68 and F7. RGB value is (217,104,247). Sum of RGB (Red+Green+Blue) = 217+104+247=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 104 (41.02% from 255 or 18.31% from 568); Blue value is 247 (96.88% from 255 or 43.49% from 568); Max value from RGB is 247 - color contains mainly: blue. Hex color #D968F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D968F7 is #269708. Grayscale: #999999. Windows color (decimal): -2529033 or 16214233. OLE color: 16214233.
HSL color Cylindrical-coordinate representation of color #D968F7: hue angle of 287.41º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D968F7 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 104 | 247 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.03 |
| HSL | 287.41º | 0.9% | 0.69% | - |
| HSV(B) | 287.41º | 0.58% | 0.97% | - |
| XYZ | 50.35 | 31.37 | 91.4 | - |
| YUV | 154.09 | 180.44 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 247 | 0.12 | 0.58 | 0 | 0.03 | 287.41 | 0.9 | 0.69 |
| Hex | D9 | 68 | F7 | C | 3A | 0 | 3 | 11F | 5A | 45 |
| Octal | 331 | 150 | 367 | 14 | 72 | 0 | 3 | 437 | 132 | 105 |
| Binary | 11011001 | 1101000 | 11110111 | 1100 | 111010 | 0 | 11 | 100011111 | 1011010 | 1000101 |
Color Harmonies of #D968F7
Complementary color
Monochromatic Colors of #D968F7
Black with #D968F7
Text Example
Text Example
White with #D968F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D968F7; }
p { color: rgb(217,104,247); }
H1.HeaderClassName
{
color: #D968F7;
}
.AnyTagClassName
{
color: #D968F7;
}
</style>
background-color css
<style>
a { background-color: #D968F7; }
a { background-color: rgb(217,104,247); }
div.DivClassName
{
background-color: #D968F7;
}
.BgClassName
{
background-color: #D968F7;
}
</style>
border-color css
<style>
span { border-color: #D968F7; }
span { border-color: rgb(217,104,247); }
td.TdClassName
{
border-color: #D968F7;
}
.TagClassName
{
border-color: #D968F7;
}
</style>