Shades of Heliotrope #D068FE
Tints of Heliotrope #D068FE
RGB
CMYK
RGB Variations
Color information
#D068FE (or 0xD068FE) is known color: Heliotrope. HEX triplet: D0, 68 and FE. RGB value is (208,104,254). Sum of RGB (Red+Green+Blue) = 208+104+254=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 104 (41.02% from 255 or 18.37% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #D068FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D068FE is #2F9701. Grayscale: #979797. Windows color (decimal): -3118850 or 16672976. OLE color: 16672976.
HSL color Cylindrical-coordinate representation of color #D068FE: hue angle of 281.6º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D068FE is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 104 | 254 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.00 |
| HSL | 281.6º | 0.99% | 0.7% | - |
| HSV(B) | 281.6º | 0.59% | 1% | - |
| XYZ | 48.85 | 30.47 | 97.07 | - |
| YUV | 152.2 | 185.46 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 254 | 0.18 | 0.59 | 0 | 0.00 | 281.6 | 0.99 | 0.7 |
| Hex | D0 | 68 | FE | 12 | 3B | 0 | 0 | 11A | 63 | 46 |
| Octal | 320 | 150 | 376 | 22 | 73 | 0 | 0 | 432 | 143 | 106 |
| Binary | 11010000 | 1101000 | 11111110 | 10010 | 111011 | 0 | 0 | 100011010 | 1100011 | 1000110 |
Color Harmonies of #D068FE
Complementary color
Monochromatic Colors of #D068FE
Black with #D068FE
Text Example
Text Example
White with #D068FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068FE; }
p { color: rgb(208,104,254); }
H1.HeaderClassName
{
color: #D068FE;
}
.AnyTagClassName
{
color: #D068FE;
}
</style>
background-color css
<style>
a { background-color: #D068FE; }
a { background-color: rgb(208,104,254); }
div.DivClassName
{
background-color: #D068FE;
}
.BgClassName
{
background-color: #D068FE;
}
</style>
border-color css
<style>
span { border-color: #D068FE; }
span { border-color: rgb(208,104,254); }
td.TdClassName
{
border-color: #D068FE;
}
.TagClassName
{
border-color: #D068FE;
}
</style>