Shades of Heliotrope #D068FC
Tints of Heliotrope #D068FC
RGB
CMYK
RGB Variations
Color information
#D068FC (or 0xD068FC) is known color: Heliotrope. HEX triplet: D0, 68 and FC. RGB value is (208,104,252). Sum of RGB (Red+Green+Blue) = 208+104+252=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 104 (41.02% from 255 or 18.44% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #D068FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D068FC is #2F9703. Grayscale: #979797. Windows color (decimal): -3118852 or 16541904. OLE color: 16541904.
HSL color Cylindrical-coordinate representation of color #D068FC: hue angle of 282.16º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D068FC is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 104 | 252 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.01 |
| HSL | 282.16º | 0.96% | 0.7% | - |
| HSV(B) | 282.16º | 0.59% | 0.99% | - |
| XYZ | 48.53 | 30.34 | 95.39 | - |
| YUV | 151.97 | 184.46 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 252 | 0.17 | 0.59 | 0 | 0.01 | 282.16 | 0.96 | 0.7 |
| Hex | D0 | 68 | FC | 11 | 3B | 0 | 1 | 11A | 60 | 46 |
| Octal | 320 | 150 | 374 | 21 | 73 | 0 | 1 | 432 | 140 | 106 |
| Binary | 11010000 | 1101000 | 11111100 | 10001 | 111011 | 0 | 1 | 100011010 | 1100000 | 1000110 |
Color Harmonies of #D068FC
Complementary color
Monochromatic Colors of #D068FC
Black with #D068FC
Text Example
Text Example
White with #D068FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068FC; }
p { color: rgb(208,104,252); }
H1.HeaderClassName
{
color: #D068FC;
}
.AnyTagClassName
{
color: #D068FC;
}
</style>
background-color css
<style>
a { background-color: #D068FC; }
a { background-color: rgb(208,104,252); }
div.DivClassName
{
background-color: #D068FC;
}
.BgClassName
{
background-color: #D068FC;
}
</style>
border-color css
<style>
span { border-color: #D068FC; }
span { border-color: rgb(208,104,252); }
td.TdClassName
{
border-color: #D068FC;
}
.TagClassName
{
border-color: #D068FC;
}
</style>