Shades of Heliotrope #D27CFF
Tints of Heliotrope #D27CFF
RGB
CMYK
RGB Variations
Color information
#D27CFF (or 0xD27CFF) is known color: Heliotrope. HEX triplet: D2, 7C and FF. RGB value is (210,124,255). Sum of RGB (Red+Green+Blue) = 210+124+255=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 124 (48.83% from 255 or 21.05% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #D27CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27CFF is #2D8300. Grayscale: #A4A4A4. Windows color (decimal): -2982657 or 16743634. OLE color: 16743634.
HSL color Cylindrical-coordinate representation of color #D27CFF: hue angle of 279.39º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D27CFF is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 124 | 255 | - |
| CMYK | 0.18 | 0.51 | 0 | 0 |
| HSL | 279.39º | 1% | 0.74% | - |
| HSV(B) | 279.39º | 0.51% | 1% | - |
| XYZ | 51.84 | 35.34 | 98.7 | - |
| YUV | 164.65 | 178.99 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 255 | 0.18 | 0.51 | 0 | 0 | 279.39 | 1 | 0.74 |
| Hex | D2 | 7C | FF | 12 | 33 | 0 | 0 | 117 | 64 | 4A |
| Octal | 322 | 174 | 377 | 22 | 63 | 0 | 0 | 427 | 144 | 112 |
| Binary | 11010010 | 1111100 | 11111111 | 10010 | 110011 | 0 | 0 | 100010111 | 1100100 | 1001010 |
Color Harmonies of #D27CFF
Complementary color
Monochromatic Colors of #D27CFF
Black with #D27CFF
Text Example
Text Example
White with #D27CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27CFF; }
p { color: rgb(210,124,255); }
H1.HeaderClassName
{
color: #D27CFF;
}
.AnyTagClassName
{
color: #D27CFF;
}
</style>
background-color css
<style>
a { background-color: #D27CFF; }
a { background-color: rgb(210,124,255); }
div.DivClassName
{
background-color: #D27CFF;
}
.BgClassName
{
background-color: #D27CFF;
}
</style>
border-color css
<style>
span { border-color: #D27CFF; }
span { border-color: rgb(210,124,255); }
td.TdClassName
{
border-color: #D27CFF;
}
.TagClassName
{
border-color: #D27CFF;
}
</style>