Shades of Heliotrope #D14EFF
Tints of Heliotrope #D14EFF
RGB
CMYK
RGB Variations
Color information
#D14EFF (or 0xD14EFF) is known color: Heliotrope. HEX triplet: D1, 4E and FF. RGB value is (209,78,255). Sum of RGB (Red+Green+Blue) = 209+78+255=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 78 (30.86% from 255 or 14.39% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #D14EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14EFF is #2EB100. Grayscale: #888888. Windows color (decimal): -3059969 or 16731857. OLE color: 16731857.
HSL color Cylindrical-coordinate representation of color #D14EFF: hue angle of 284.41º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14EFF is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 78 | 255 | - |
| CMYK | 0.18 | 0.69 | 0 | 0 |
| HSL | 284.41º | 1% | 0.65% | - |
| HSV(B) | 284.41º | 0.69% | 1% | - |
| XYZ | 47.07 | 26.22 | 97.19 | - |
| YUV | 137.35 | 194.4 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 255 | 0.18 | 0.69 | 0 | 0 | 284.41 | 1 | 0.65 |
| Hex | D1 | 4E | FF | 12 | 45 | 0 | 0 | 11C | 64 | 41 |
| Octal | 321 | 116 | 377 | 22 | 105 | 0 | 0 | 434 | 144 | 101 |
| Binary | 11010001 | 1001110 | 11111111 | 10010 | 1000101 | 0 | 0 | 100011100 | 1100100 | 1000001 |
Color Harmonies of #D14EFF
Complementary color
Monochromatic Colors of #D14EFF
Black with #D14EFF
Text Example
Text Example
White with #D14EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14EFF; }
p { color: rgb(209,78,255); }
H1.HeaderClassName
{
color: #D14EFF;
}
.AnyTagClassName
{
color: #D14EFF;
}
</style>
background-color css
<style>
a { background-color: #D14EFF; }
a { background-color: rgb(209,78,255); }
div.DivClassName
{
background-color: #D14EFF;
}
.BgClassName
{
background-color: #D14EFF;
}
</style>
border-color css
<style>
span { border-color: #D14EFF; }
span { border-color: rgb(209,78,255); }
td.TdClassName
{
border-color: #D14EFF;
}
.TagClassName
{
border-color: #D14EFF;
}
</style>