Shades of Heliotrope #D66AFE
Tints of Heliotrope #D66AFE
RGB
CMYK
RGB Variations
Color information
#D66AFE (or 0xD66AFE) is known color: Heliotrope. HEX triplet: D6, 6A and FE. RGB value is (214,106,254). Sum of RGB (Red+Green+Blue) = 214+106+254=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 106 (41.80% from 255 or 18.47% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #D66AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66AFE is #299501. Grayscale: #9A9A9A. Windows color (decimal): -2725122 or 16673494. OLE color: 16673494.
HSL color Cylindrical-coordinate representation of color #D66AFE: hue angle of 283.78º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D66AFE is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 106 | 254 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.00 |
| HSL | 283.78º | 0.99% | 0.71% | - |
| HSV(B) | 283.78º | 0.58% | 1% | - |
| XYZ | 50.77 | 31.76 | 97.22 | - |
| YUV | 155.16 | 183.78 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 106 | 254 | 0.16 | 0.58 | 0 | 0.00 | 283.78 | 0.99 | 0.71 |
| Hex | D6 | 6A | FE | 10 | 3A | 0 | 0 | 11C | 63 | 47 |
| Octal | 326 | 152 | 376 | 20 | 72 | 0 | 0 | 434 | 143 | 107 |
| Binary | 11010110 | 1101010 | 11111110 | 10000 | 111010 | 0 | 0 | 100011100 | 1100011 | 1000111 |
Color Harmonies of #D66AFE
Complementary color
Monochromatic Colors of #D66AFE
Black with #D66AFE
Text Example
Text Example
White with #D66AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66AFE; }
p { color: rgb(214,106,254); }
H1.HeaderClassName
{
color: #D66AFE;
}
.AnyTagClassName
{
color: #D66AFE;
}
</style>
background-color css
<style>
a { background-color: #D66AFE; }
a { background-color: rgb(214,106,254); }
div.DivClassName
{
background-color: #D66AFE;
}
.BgClassName
{
background-color: #D66AFE;
}
</style>
border-color css
<style>
span { border-color: #D66AFE; }
span { border-color: rgb(214,106,254); }
td.TdClassName
{
border-color: #D66AFE;
}
.TagClassName
{
border-color: #D66AFE;
}
</style>