Shades of Heliotrope #D468F6
Tints of Heliotrope #D468F6
RGB
CMYK
RGB Variations
Color information
#D468F6 (or 0xD468F6) is known color: Heliotrope. HEX triplet: D4, 68 and F6. RGB value is (212,104,246). Sum of RGB (Red+Green+Blue) = 212+104+246=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 104 (41.02% from 255 or 18.51% from 562); Blue value is 246 (96.48% from 255 or 43.77% from 562); Max value from RGB is 246 - color contains mainly: blue. Hex color #D468F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D468F6 is #2B9709. Grayscale: #989898. Windows color (decimal): -2856714 or 16148692. OLE color: 16148692.
HSL color Cylindrical-coordinate representation of color #D468F6: hue angle of 285.63º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D468F6 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 104 | 246 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.04 |
| HSL | 285.63º | 0.89% | 0.69% | - |
| HSV(B) | 285.63º | 0.58% | 0.96% | - |
| XYZ | 48.74 | 30.55 | 90.52 | - |
| YUV | 152.48 | 180.78 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 246 | 0.14 | 0.58 | 0 | 0.04 | 285.63 | 0.89 | 0.69 |
| Hex | D4 | 68 | F6 | E | 3A | 0 | 4 | 11E | 59 | 45 |
| Octal | 324 | 150 | 366 | 16 | 72 | 0 | 4 | 436 | 131 | 105 |
| Binary | 11010100 | 1101000 | 11110110 | 1110 | 111010 | 0 | 100 | 100011110 | 1011001 | 1000101 |
Color Harmonies of #D468F6
Complementary color
Monochromatic Colors of #D468F6
Black with #D468F6
Text Example
Text Example
White with #D468F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D468F6; }
p { color: rgb(212,104,246); }
H1.HeaderClassName
{
color: #D468F6;
}
.AnyTagClassName
{
color: #D468F6;
}
</style>
background-color css
<style>
a { background-color: #D468F6; }
a { background-color: rgb(212,104,246); }
div.DivClassName
{
background-color: #D468F6;
}
.BgClassName
{
background-color: #D468F6;
}
</style>
border-color css
<style>
span { border-color: #D468F6; }
span { border-color: rgb(212,104,246); }
td.TdClassName
{
border-color: #D468F6;
}
.TagClassName
{
border-color: #D468F6;
}
</style>