Shades of Heliotrope #D14CFF
Tints of Heliotrope #D14CFF
RGB
CMYK
RGB Variations
Color information
#D14CFF (or 0xD14CFF) is known color: Heliotrope. HEX triplet: D1, 4C and FF. RGB value is (209,76,255). Sum of RGB (Red+Green+Blue) = 209+76+255=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 76 (30.08% from 255 or 14.07% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #D14CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14CFF is #2EB300. Grayscale: #878787. Windows color (decimal): -3060481 or 16731345. OLE color: 16731345.
HSL color Cylindrical-coordinate representation of color #D14CFF: hue angle of 284.58º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D14CFF is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 76 | 255 | - |
| CMYK | 0.18 | 0.70 | 0 | 0 |
| HSL | 284.58º | 1% | 0.65% | - |
| HSV(B) | 284.58º | 0.7% | 1% | - |
| XYZ | 46.93 | 25.94 | 97.14 | - |
| YUV | 136.17 | 195.06 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 76 | 255 | 0.18 | 0.70 | 0 | 0 | 284.58 | 1 | 0.65 |
| Hex | D1 | 4C | FF | 12 | 46 | 0 | 0 | 11D | 64 | 41 |
| Octal | 321 | 114 | 377 | 22 | 106 | 0 | 0 | 435 | 144 | 101 |
| Binary | 11010001 | 1001100 | 11111111 | 10010 | 1000110 | 0 | 0 | 100011101 | 1100100 | 1000001 |
Color Harmonies of #D14CFF
Complementary color
Monochromatic Colors of #D14CFF
Black with #D14CFF
Text Example
Text Example
White with #D14CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14CFF; }
p { color: rgb(209,76,255); }
H1.HeaderClassName
{
color: #D14CFF;
}
.AnyTagClassName
{
color: #D14CFF;
}
</style>
background-color css
<style>
a { background-color: #D14CFF; }
a { background-color: rgb(209,76,255); }
div.DivClassName
{
background-color: #D14CFF;
}
.BgClassName
{
background-color: #D14CFF;
}
</style>
border-color css
<style>
span { border-color: #D14CFF; }
span { border-color: rgb(209,76,255); }
td.TdClassName
{
border-color: #D14CFF;
}
.TagClassName
{
border-color: #D14CFF;
}
</style>