Shades of Heliotrope #D27CF8
Tints of Heliotrope #D27CF8
RGB
CMYK
RGB Variations
Color information
#D27CF8 (or 0xD27CF8) is known color: Heliotrope. HEX triplet: D2, 7C and F8. RGB value is (210,124,248). Sum of RGB (Red+Green+Blue) = 210+124+248=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 124 (48.83% from 255 or 21.31% from 582); Blue value is 248 (97.27% from 255 or 42.61% from 582); Max value from RGB is 248 - color contains mainly: blue. Hex color #D27CF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27CF8 is #2D8307. Grayscale: #A3A3A3. Windows color (decimal): -2982664 or 16284882. OLE color: 16284882.
HSL color Cylindrical-coordinate representation of color #D27CF8: hue angle of 281.61º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D27CF8 is Cyan = 0.15, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 124 | 248 | - |
| CMYK | 0.15 | 0.5 | 0 | 0.03 |
| HSL | 281.61º | 0.9% | 0.73% | - |
| HSV(B) | 281.61º | 0.5% | 0.97% | - |
| XYZ | 50.73 | 34.89 | 92.87 | - |
| YUV | 163.85 | 175.49 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 248 | 0.15 | 0.5 | 0 | 0.03 | 281.61 | 0.9 | 0.73 |
| Hex | D2 | 7C | F8 | F | 32 | 0 | 3 | 11A | 5A | 49 |
| Octal | 322 | 174 | 370 | 17 | 62 | 0 | 3 | 432 | 132 | 111 |
| Binary | 11010010 | 1111100 | 11111000 | 1111 | 110010 | 0 | 11 | 100011010 | 1011010 | 1001001 |
Color Harmonies of #D27CF8
Complementary color
Monochromatic Colors of #D27CF8
Black with #D27CF8
Text Example
Text Example
White with #D27CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27CF8; }
p { color: rgb(210,124,248); }
H1.HeaderClassName
{
color: #D27CF8;
}
.AnyTagClassName
{
color: #D27CF8;
}
</style>
background-color css
<style>
a { background-color: #D27CF8; }
a { background-color: rgb(210,124,248); }
div.DivClassName
{
background-color: #D27CF8;
}
.BgClassName
{
background-color: #D27CF8;
}
</style>
border-color css
<style>
span { border-color: #D27CF8; }
span { border-color: rgb(210,124,248); }
td.TdClassName
{
border-color: #D27CF8;
}
.TagClassName
{
border-color: #D27CF8;
}
</style>