Shades of Heliotrope #D27BEA
Tints of Heliotrope #D27BEA
RGB
CMYK
RGB Variations
Color information
#D27BEA (or 0xD27BEA) is known color: Heliotrope. HEX triplet: D2, 7B and EA. RGB value is (210,123,234). Sum of RGB (Red+Green+Blue) = 210+123+234=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 123 (48.44% from 255 or 21.69% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #D27BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27BEA is #2D8415. Grayscale: #A1A1A1. Windows color (decimal): -2982934 or 15367122. OLE color: 15367122.
HSL color Cylindrical-coordinate representation of color #D27BEA: hue angle of 287.03º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D27BEA is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 123 | 234 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.08 |
| HSL | 287.03º | 0.73% | 0.7% | - |
| HSV(B) | 287.03º | 0.47% | 0.92% | - |
| XYZ | 48.51 | 33.81 | 81.81 | - |
| YUV | 161.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 123 | 234 | 0.10 | 0.47 | 0 | 0.08 | 287.03 | 0.73 | 0.7 |
| Hex | D2 | 7B | EA | A | 2F | 0 | 8 | 11F | 49 | 46 |
| Octal | 322 | 173 | 352 | 12 | 57 | 0 | 10 | 437 | 111 | 106 |
| Binary | 11010010 | 1111011 | 11101010 | 1010 | 101111 | 0 | 1000 | 100011111 | 1001001 | 1000110 |
Color Harmonies of #D27BEA
Complementary color
Monochromatic Colors of #D27BEA
Black with #D27BEA
Text Example
Text Example
White with #D27BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27BEA; }
p { color: rgb(210,123,234); }
H1.HeaderClassName
{
color: #D27BEA;
}
.AnyTagClassName
{
color: #D27BEA;
}
</style>
background-color css
<style>
a { background-color: #D27BEA; }
a { background-color: rgb(210,123,234); }
div.DivClassName
{
background-color: #D27BEA;
}
.BgClassName
{
background-color: #D27BEA;
}
</style>
border-color css
<style>
span { border-color: #D27BEA; }
span { border-color: rgb(210,123,234); }
td.TdClassName
{
border-color: #D27BEA;
}
.TagClassName
{
border-color: #D27BEA;
}
</style>