Shades of Heliotrope #D68FF8
Tints of Heliotrope #D68FF8
RGB
CMYK
RGB Variations
Color information
#D68FF8 (or 0xD68FF8) is known color: Heliotrope. HEX triplet: D6, 8F and F8. RGB value is (214,143,248). Sum of RGB (Red+Green+Blue) = 214+143+248=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 143 (56.25% from 255 or 23.64% from 605); Blue value is 248 (97.27% from 255 or 40.99% from 605); Max value from RGB is 248 - color contains mainly: blue. Hex color #D68FF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68FF8 is #297007. Grayscale: #AFAFAF. Windows color (decimal): -2715656 or 16289750. OLE color: 16289750.
HSL color Cylindrical-coordinate representation of color #D68FF8: hue angle of 280.57º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D68FF8 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 143 | 248 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.03 |
| HSL | 280.57º | 0.88% | 0.77% | - |
| HSV(B) | 280.57º | 0.42% | 0.97% | - |
| XYZ | 54.5 | 40.72 | 93.79 | - |
| YUV | 176.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 248 | 0.14 | 0.42 | 0 | 0.03 | 280.57 | 0.88 | 0.77 |
| Hex | D6 | 8F | F8 | E | 2A | 0 | 3 | 119 | 58 | 4D |
| Octal | 326 | 217 | 370 | 16 | 52 | 0 | 3 | 431 | 130 | 115 |
| Binary | 11010110 | 10001111 | 11111000 | 1110 | 101010 | 0 | 11 | 100011001 | 1011000 | 1001101 |
Color Harmonies of #D68FF8
Complementary color
Monochromatic Colors of #D68FF8
Black with #D68FF8
Text Example
Text Example
White with #D68FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68FF8; }
p { color: rgb(214,143,248); }
H1.HeaderClassName
{
color: #D68FF8;
}
.AnyTagClassName
{
color: #D68FF8;
}
</style>
background-color css
<style>
a { background-color: #D68FF8; }
a { background-color: rgb(214,143,248); }
div.DivClassName
{
background-color: #D68FF8;
}
.BgClassName
{
background-color: #D68FF8;
}
</style>
border-color css
<style>
span { border-color: #D68FF8; }
span { border-color: rgb(214,143,248); }
td.TdClassName
{
border-color: #D68FF8;
}
.TagClassName
{
border-color: #D68FF8;
}
</style>