Shades of Heliotrope #D27AFB
Tints of Heliotrope #D27AFB
RGB
CMYK
RGB Variations
Color information
#D27AFB (or 0xD27AFB) is known color: Heliotrope. HEX triplet: D2, 7A and FB. RGB value is (210,122,251). Sum of RGB (Red+Green+Blue) = 210+122+251=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 122 (48.05% from 255 or 20.93% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #D27AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27AFB is #2D8504. Grayscale: #A2A2A2. Windows color (decimal): -2983173 or 16480978. OLE color: 16480978.
HSL color Cylindrical-coordinate representation of color #D27AFB: hue angle of 280.93º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D27AFB is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 122 | 251 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.02 |
| HSL | 280.93º | 0.94% | 0.73% | - |
| HSV(B) | 280.93º | 0.51% | 0.98% | - |
| XYZ | 50.95 | 34.59 | 95.26 | - |
| YUV | 163.02 | 177.65 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 251 | 0.16 | 0.51 | 0 | 0.02 | 280.93 | 0.94 | 0.73 |
| Hex | D2 | 7A | FB | 10 | 33 | 0 | 2 | 119 | 5E | 49 |
| Octal | 322 | 172 | 373 | 20 | 63 | 0 | 2 | 431 | 136 | 111 |
| Binary | 11010010 | 1111010 | 11111011 | 10000 | 110011 | 0 | 10 | 100011001 | 1011110 | 1001001 |
Color Harmonies of #D27AFB
Complementary color
Monochromatic Colors of #D27AFB
Black with #D27AFB
Text Example
Text Example
White with #D27AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27AFB; }
p { color: rgb(210,122,251); }
H1.HeaderClassName
{
color: #D27AFB;
}
.AnyTagClassName
{
color: #D27AFB;
}
</style>
background-color css
<style>
a { background-color: #D27AFB; }
a { background-color: rgb(210,122,251); }
div.DivClassName
{
background-color: #D27AFB;
}
.BgClassName
{
background-color: #D27AFB;
}
</style>
border-color css
<style>
span { border-color: #D27AFB; }
span { border-color: rgb(210,122,251); }
td.TdClassName
{
border-color: #D27AFB;
}
.TagClassName
{
border-color: #D27AFB;
}
</style>