Shades of Heliotrope #D27AFD
Tints of Heliotrope #D27AFD
RGB
CMYK
RGB Variations
Color information
#D27AFD (or 0xD27AFD) is known color: Heliotrope. HEX triplet: D2, 7A and FD. RGB value is (210,122,253). Sum of RGB (Red+Green+Blue) = 210+122+253=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 122 (48.05% from 255 or 20.85% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #D27AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27AFD is #2D8502. Grayscale: #A2A2A2. Windows color (decimal): -2983171 or 16612050. OLE color: 16612050.
HSL color Cylindrical-coordinate representation of color #D27AFD: hue angle of 280.31º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D27AFD is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 122 | 253 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.01 |
| HSL | 280.31º | 0.97% | 0.74% | - |
| HSV(B) | 280.31º | 0.52% | 0.99% | - |
| XYZ | 51.27 | 34.71 | 96.93 | - |
| YUV | 163.25 | 178.65 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 253 | 0.17 | 0.52 | 0 | 0.01 | 280.31 | 0.97 | 0.74 |
| Hex | D2 | 7A | FD | 11 | 34 | 0 | 1 | 118 | 61 | 4A |
| Octal | 322 | 172 | 375 | 21 | 64 | 0 | 1 | 430 | 141 | 112 |
| Binary | 11010010 | 1111010 | 11111101 | 10001 | 110100 | 0 | 1 | 100011000 | 1100001 | 1001010 |
Color Harmonies of #D27AFD
Complementary color
Monochromatic Colors of #D27AFD
Black with #D27AFD
Text Example
Text Example
White with #D27AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27AFD; }
p { color: rgb(210,122,253); }
H1.HeaderClassName
{
color: #D27AFD;
}
.AnyTagClassName
{
color: #D27AFD;
}
</style>
background-color css
<style>
a { background-color: #D27AFD; }
a { background-color: rgb(210,122,253); }
div.DivClassName
{
background-color: #D27AFD;
}
.BgClassName
{
background-color: #D27AFD;
}
</style>
border-color css
<style>
span { border-color: #D27AFD; }
span { border-color: rgb(210,122,253); }
td.TdClassName
{
border-color: #D27AFD;
}
.TagClassName
{
border-color: #D27AFD;
}
</style>