Shades of Heliotrope #D68DFE
Tints of Heliotrope #D68DFE
RGB
CMYK
RGB Variations
Color information
#D68DFE (or 0xD68DFE) is known color: Heliotrope. HEX triplet: D6, 8D and FE. RGB value is (214,141,254). Sum of RGB (Red+Green+Blue) = 214+141+254=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 141 (55.47% from 255 or 23.15% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #D68DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68DFE is #297201. Grayscale: #AFAFAF. Windows color (decimal): -2716162 or 16682454. OLE color: 16682454.
HSL color Cylindrical-coordinate representation of color #D68DFE: hue angle of 278.76º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D68DFE is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 141 | 254 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.00 |
| HSL | 278.76º | 0.98% | 0.77% | - |
| HSV(B) | 278.76º | 0.44% | 1% | - |
| XYZ | 55.15 | 40.5 | 98.68 | - |
| YUV | 175.71 | 172.18 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 254 | 0.16 | 0.44 | 0 | 0.00 | 278.76 | 0.98 | 0.77 |
| Hex | D6 | 8D | FE | 10 | 2C | 0 | 0 | 117 | 62 | 4D |
| Octal | 326 | 215 | 376 | 20 | 54 | 0 | 0 | 427 | 142 | 115 |
| Binary | 11010110 | 10001101 | 11111110 | 10000 | 101100 | 0 | 0 | 100010111 | 1100010 | 1001101 |
Color Harmonies of #D68DFE
Complementary color
Monochromatic Colors of #D68DFE
Black with #D68DFE
Text Example
Text Example
White with #D68DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68DFE; }
p { color: rgb(214,141,254); }
H1.HeaderClassName
{
color: #D68DFE;
}
.AnyTagClassName
{
color: #D68DFE;
}
</style>
background-color css
<style>
a { background-color: #D68DFE; }
a { background-color: rgb(214,141,254); }
div.DivClassName
{
background-color: #D68DFE;
}
.BgClassName
{
background-color: #D68DFE;
}
</style>
border-color css
<style>
span { border-color: #D68DFE; }
span { border-color: rgb(214,141,254); }
td.TdClassName
{
border-color: #D68DFE;
}
.TagClassName
{
border-color: #D68DFE;
}
</style>