Shades of Heliotrope #D27FE7
Tints of Heliotrope #D27FE7
RGB
CMYK
RGB Variations
Color information
#D27FE7 (or 0xD27FE7) is known color: Heliotrope. HEX triplet: D2, 7F and E7. RGB value is (210,127,231). Sum of RGB (Red+Green+Blue) = 210+127+231=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 127 (50% from 255 or 22.36% from 568); Blue value is 231 (90.62% from 255 or 40.67% from 568); Max value from RGB is 231 - color contains mainly: blue. Hex color #D27FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27FE7 is #2D8018. Grayscale: #A3A3A3. Windows color (decimal): -2981913 or 15171538. OLE color: 15171538.
HSL color Cylindrical-coordinate representation of color #D27FE7: hue angle of 287.88º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D27FE7 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 127 | 231 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.09 |
| HSL | 287.88º | 0.68% | 0.7% | - |
| HSV(B) | 287.88º | 0.45% | 0.91% | - |
| XYZ | 48.59 | 34.65 | 79.73 | - |
| YUV | 163.67 | 166 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 231 | 0.09 | 0.45 | 0 | 0.09 | 287.88 | 0.68 | 0.7 |
| Hex | D2 | 7F | E7 | 9 | 2D | 0 | 9 | 120 | 44 | 46 |
| Octal | 322 | 177 | 347 | 11 | 55 | 0 | 11 | 440 | 104 | 106 |
| Binary | 11010010 | 1111111 | 11100111 | 1001 | 101101 | 0 | 1001 | 100100000 | 1000100 | 1000110 |
Color Harmonies of #D27FE7
Complementary color
Monochromatic Colors of #D27FE7
Black with #D27FE7
Text Example
Text Example
White with #D27FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27FE7; }
p { color: rgb(210,127,231); }
H1.HeaderClassName
{
color: #D27FE7;
}
.AnyTagClassName
{
color: #D27FE7;
}
</style>
background-color css
<style>
a { background-color: #D27FE7; }
a { background-color: rgb(210,127,231); }
div.DivClassName
{
background-color: #D27FE7;
}
.BgClassName
{
background-color: #D27FE7;
}
</style>
border-color css
<style>
span { border-color: #D27FE7; }
span { border-color: rgb(210,127,231); }
td.TdClassName
{
border-color: #D27FE7;
}
.TagClassName
{
border-color: #D27FE7;
}
</style>