Shades of Heliotrope #D47BFF
Tints of Heliotrope #D47BFF
RGB
CMYK
RGB Variations
Color information
#D47BFF (or 0xD47BFF) is known color: Heliotrope. HEX triplet: D4, 7B and FF. RGB value is (212,123,255). Sum of RGB (Red+Green+Blue) = 212+123+255=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 123 (48.44% from 255 or 20.85% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #D47BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D47BFF is #2B8400. Grayscale: #A4A4A4. Windows color (decimal): -2851841 or 16743380. OLE color: 16743380.
HSL color Cylindrical-coordinate representation of color #D47BFF: hue angle of 280.45º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D47BFF is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 123 | 255 | - |
| CMYK | 0.17 | 0.52 | 0 | 0 |
| HSL | 280.45º | 1% | 0.74% | - |
| HSV(B) | 280.45º | 0.52% | 1% | - |
| XYZ | 52.28 | 35.38 | 98.68 | - |
| YUV | 164.66 | 178.99 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 123 | 255 | 0.17 | 0.52 | 0 | 0 | 280.45 | 1 | 0.74 |
| Hex | D4 | 7B | FF | 11 | 34 | 0 | 0 | 118 | 64 | 4A |
| Octal | 324 | 173 | 377 | 21 | 64 | 0 | 0 | 430 | 144 | 112 |
| Binary | 11010100 | 1111011 | 11111111 | 10001 | 110100 | 0 | 0 | 100011000 | 1100100 | 1001010 |
Color Harmonies of #D47BFF
Complementary color
Monochromatic Colors of #D47BFF
Black with #D47BFF
Text Example
Text Example
White with #D47BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47BFF; }
p { color: rgb(212,123,255); }
H1.HeaderClassName
{
color: #D47BFF;
}
.AnyTagClassName
{
color: #D47BFF;
}
</style>
background-color css
<style>
a { background-color: #D47BFF; }
a { background-color: rgb(212,123,255); }
div.DivClassName
{
background-color: #D47BFF;
}
.BgClassName
{
background-color: #D47BFF;
}
</style>
border-color css
<style>
span { border-color: #D47BFF; }
span { border-color: rgb(212,123,255); }
td.TdClassName
{
border-color: #D47BFF;
}
.TagClassName
{
border-color: #D47BFF;
}
</style>