Shades of Heliotrope #D27BEE
Tints of Heliotrope #D27BEE
RGB
CMYK
RGB Variations
Color information
#D27BEE (or 0xD27BEE) is known color: Heliotrope. HEX triplet: D2, 7B and EE. RGB value is (210,123,238). Sum of RGB (Red+Green+Blue) = 210+123+238=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 123 (48.44% from 255 or 21.54% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #D27BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27BEE is #2D8411. Grayscale: #A1A1A1. Windows color (decimal): -2982930 or 15629266. OLE color: 15629266.
HSL color Cylindrical-coordinate representation of color #D27BEE: hue angle of 285.39º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D27BEE is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 123 | 238 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.07 |
| HSL | 285.39º | 0.77% | 0.71% | - |
| HSV(B) | 285.39º | 0.48% | 0.93% | - |
| XYZ | 49.09 | 34.04 | 84.87 | - |
| YUV | 162.12 | 170.82 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 123 | 238 | 0.12 | 0.48 | 0 | 0.07 | 285.39 | 0.77 | 0.71 |
| Hex | D2 | 7B | EE | C | 30 | 0 | 7 | 11D | 4D | 47 |
| Octal | 322 | 173 | 356 | 14 | 60 | 0 | 7 | 435 | 115 | 107 |
| Binary | 11010010 | 1111011 | 11101110 | 1100 | 110000 | 0 | 111 | 100011101 | 1001101 | 1000111 |
Color Harmonies of #D27BEE
Complementary color
Monochromatic Colors of #D27BEE
Black with #D27BEE
Text Example
Text Example
White with #D27BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27BEE; }
p { color: rgb(210,123,238); }
H1.HeaderClassName
{
color: #D27BEE;
}
.AnyTagClassName
{
color: #D27BEE;
}
</style>
background-color css
<style>
a { background-color: #D27BEE; }
a { background-color: rgb(210,123,238); }
div.DivClassName
{
background-color: #D27BEE;
}
.BgClassName
{
background-color: #D27BEE;
}
</style>
border-color css
<style>
span { border-color: #D27BEE; }
span { border-color: rgb(210,123,238); }
td.TdClassName
{
border-color: #D27BEE;
}
.TagClassName
{
border-color: #D27BEE;
}
</style>