Shades of Heliotrope #D27CFE
Tints of Heliotrope #D27CFE
RGB
CMYK
RGB Variations
Color information
#D27CFE (or 0xD27CFE) is known color: Heliotrope. HEX triplet: D2, 7C and FE. RGB value is (210,124,254). Sum of RGB (Red+Green+Blue) = 210+124+254=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 124 (48.83% from 255 or 21.09% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #D27CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27CFE is #2D8301. Grayscale: #A4A4A4. Windows color (decimal): -2982658 or 16678098. OLE color: 16678098.
HSL color Cylindrical-coordinate representation of color #D27CFE: hue angle of 279.69º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D27CFE is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 124 | 254 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.00 |
| HSL | 279.69º | 0.98% | 0.74% | - |
| HSV(B) | 279.69º | 0.51% | 1% | - |
| XYZ | 51.68 | 35.27 | 97.85 | - |
| YUV | 164.53 | 178.49 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 254 | 0.17 | 0.51 | 0 | 0.00 | 279.69 | 0.98 | 0.74 |
| Hex | D2 | 7C | FE | 11 | 33 | 0 | 0 | 118 | 62 | 4A |
| Octal | 322 | 174 | 376 | 21 | 63 | 0 | 0 | 430 | 142 | 112 |
| Binary | 11010010 | 1111100 | 11111110 | 10001 | 110011 | 0 | 0 | 100011000 | 1100010 | 1001010 |
Color Harmonies of #D27CFE
Complementary color
Monochromatic Colors of #D27CFE
Black with #D27CFE
Text Example
Text Example
White with #D27CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27CFE; }
p { color: rgb(210,124,254); }
H1.HeaderClassName
{
color: #D27CFE;
}
.AnyTagClassName
{
color: #D27CFE;
}
</style>
background-color css
<style>
a { background-color: #D27CFE; }
a { background-color: rgb(210,124,254); }
div.DivClassName
{
background-color: #D27CFE;
}
.BgClassName
{
background-color: #D27CFE;
}
</style>
border-color css
<style>
span { border-color: #D27CFE; }
span { border-color: rgb(210,124,254); }
td.TdClassName
{
border-color: #D27CFE;
}
.TagClassName
{
border-color: #D27CFE;
}
</style>