Shades of Heliotrope #D68AFA
Tints of Heliotrope #D68AFA
RGB
CMYK
RGB Variations
Color information
#D68AFA (or 0xD68AFA) is known color: Heliotrope. HEX triplet: D6, 8A and FA. RGB value is (214,138,250). Sum of RGB (Red+Green+Blue) = 214+138+250=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 138 (54.30% from 255 or 22.92% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #D68AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D68AFA is #297505. Grayscale: #ADADAD. Windows color (decimal): -2716934 or 16419542. OLE color: 16419542.
HSL color Cylindrical-coordinate representation of color #D68AFA: hue angle of 280.71º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D68AFA is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 138 | 250 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.02 |
| HSL | 280.71º | 0.92% | 0.76% | - |
| HSV(B) | 280.71º | 0.45% | 0.98% | - |
| XYZ | 54.08 | 39.38 | 95.19 | - |
| YUV | 173.49 | 171.18 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 250 | 0.14 | 0.45 | 0 | 0.02 | 280.71 | 0.92 | 0.76 |
| Hex | D6 | 8A | FA | E | 2D | 0 | 2 | 119 | 5C | 4C |
| Octal | 326 | 212 | 372 | 16 | 55 | 0 | 2 | 431 | 134 | 114 |
| Binary | 11010110 | 10001010 | 11111010 | 1110 | 101101 | 0 | 10 | 100011001 | 1011100 | 1001100 |
Color Harmonies of #D68AFA
Complementary color
Monochromatic Colors of #D68AFA
Black with #D68AFA
Text Example
Text Example
White with #D68AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68AFA; }
p { color: rgb(214,138,250); }
H1.HeaderClassName
{
color: #D68AFA;
}
.AnyTagClassName
{
color: #D68AFA;
}
</style>
background-color css
<style>
a { background-color: #D68AFA; }
a { background-color: rgb(214,138,250); }
div.DivClassName
{
background-color: #D68AFA;
}
.BgClassName
{
background-color: #D68AFA;
}
</style>
border-color css
<style>
span { border-color: #D68AFA; }
span { border-color: rgb(214,138,250); }
td.TdClassName
{
border-color: #D68AFA;
}
.TagClassName
{
border-color: #D68AFA;
}
</style>