Shades of Heliotrope #D27AEC
Tints of Heliotrope #D27AEC
RGB
CMYK
RGB Variations
Color information
#D27AEC (or 0xD27AEC) is known color: Heliotrope. HEX triplet: D2, 7A and EC. RGB value is (210,122,236). Sum of RGB (Red+Green+Blue) = 210+122+236=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #D27AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27AEC is #2D8513. Grayscale: #A0A0A0. Windows color (decimal): -2983188 or 15497938. OLE color: 15497938.
HSL color Cylindrical-coordinate representation of color #D27AEC: hue angle of 286.32º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D27AEC is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 122 | 236 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.07 |
| HSL | 286.32º | 0.75% | 0.7% | - |
| HSV(B) | 286.32º | 0.48% | 0.93% | - |
| XYZ | 48.68 | 33.68 | 83.29 | - |
| YUV | 161.31 | 170.15 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 236 | 0.11 | 0.48 | 0 | 0.07 | 286.32 | 0.75 | 0.7 |
| Hex | D2 | 7A | EC | B | 30 | 0 | 7 | 11E | 4B | 46 |
| Octal | 322 | 172 | 354 | 13 | 60 | 0 | 7 | 436 | 113 | 106 |
| Binary | 11010010 | 1111010 | 11101100 | 1011 | 110000 | 0 | 111 | 100011110 | 1001011 | 1000110 |
Color Harmonies of #D27AEC
Complementary color
Monochromatic Colors of #D27AEC
Black with #D27AEC
Text Example
Text Example
White with #D27AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27AEC; }
p { color: rgb(210,122,236); }
H1.HeaderClassName
{
color: #D27AEC;
}
.AnyTagClassName
{
color: #D27AEC;
}
</style>
background-color css
<style>
a { background-color: #D27AEC; }
a { background-color: rgb(210,122,236); }
div.DivClassName
{
background-color: #D27AEC;
}
.BgClassName
{
background-color: #D27AEC;
}
</style>
border-color css
<style>
span { border-color: #D27AEC; }
span { border-color: rgb(210,122,236); }
td.TdClassName
{
border-color: #D27AEC;
}
.TagClassName
{
border-color: #D27AEC;
}
</style>