Shades of Heliotrope #D27FFD
Tints of Heliotrope #D27FFD
RGB
CMYK
RGB Variations
Color information
#D27FFD (or 0xD27FFD) is known color: Heliotrope. HEX triplet: D2, 7F and FD. RGB value is (210,127,253). Sum of RGB (Red+Green+Blue) = 210+127+253=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 127 (50% from 255 or 21.53% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #D27FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27FFD is #2D8002. Grayscale: #A5A5A5. Windows color (decimal): -2981891 or 16613330. OLE color: 16613330.
HSL color Cylindrical-coordinate representation of color #D27FFD: hue angle of 279.52º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D27FFD is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 127 | 253 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.01 |
| HSL | 279.52º | 0.97% | 0.75% | - |
| HSV(B) | 279.52º | 0.5% | 0.99% | - |
| XYZ | 51.9 | 35.97 | 97.14 | - |
| YUV | 166.18 | 177 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 253 | 0.17 | 0.50 | 0 | 0.01 | 279.52 | 0.97 | 0.75 |
| Hex | D2 | 7F | FD | 11 | 32 | 0 | 1 | 118 | 61 | 4B |
| Octal | 322 | 177 | 375 | 21 | 62 | 0 | 1 | 430 | 141 | 113 |
| Binary | 11010010 | 1111111 | 11111101 | 10001 | 110010 | 0 | 1 | 100011000 | 1100001 | 1001011 |
Color Harmonies of #D27FFD
Complementary color
Monochromatic Colors of #D27FFD
Black with #D27FFD
Text Example
Text Example
White with #D27FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27FFD; }
p { color: rgb(210,127,253); }
H1.HeaderClassName
{
color: #D27FFD;
}
.AnyTagClassName
{
color: #D27FFD;
}
</style>
background-color css
<style>
a { background-color: #D27FFD; }
a { background-color: rgb(210,127,253); }
div.DivClassName
{
background-color: #D27FFD;
}
.BgClassName
{
background-color: #D27FFD;
}
</style>
border-color css
<style>
span { border-color: #D27FFD; }
span { border-color: rgb(210,127,253); }
td.TdClassName
{
border-color: #D27FFD;
}
.TagClassName
{
border-color: #D27FFD;
}
</style>