Shades of Heliotrope #D27CF1
Tints of Heliotrope #D27CF1
RGB
CMYK
RGB Variations
Color information
#D27CF1 (or 0xD27CF1) is known color: Heliotrope. HEX triplet: D2, 7C and F1. RGB value is (210,124,241). Sum of RGB (Red+Green+Blue) = 210+124+241=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 124 (48.83% from 255 or 21.57% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #D27CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27CF1 is #2D830E. Grayscale: #A2A2A2. Windows color (decimal): -2982671 or 15826130. OLE color: 15826130.
HSL color Cylindrical-coordinate representation of color #D27CF1: hue angle of 284.1º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D27CF1 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 124 | 241 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.05 |
| HSL | 284.1º | 0.81% | 0.72% | - |
| HSV(B) | 284.1º | 0.49% | 0.95% | - |
| XYZ | 49.66 | 34.47 | 87.25 | - |
| YUV | 163.05 | 171.99 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 241 | 0.13 | 0.49 | 0 | 0.05 | 284.1 | 0.81 | 0.72 |
| Hex | D2 | 7C | F1 | D | 31 | 0 | 5 | 11C | 51 | 48 |
| Octal | 322 | 174 | 361 | 15 | 61 | 0 | 5 | 434 | 121 | 110 |
| Binary | 11010010 | 1111100 | 11110001 | 1101 | 110001 | 0 | 101 | 100011100 | 1010001 | 1001000 |
Color Harmonies of #D27CF1
Complementary color
Monochromatic Colors of #D27CF1
Black with #D27CF1
Text Example
Text Example
White with #D27CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27CF1; }
p { color: rgb(210,124,241); }
H1.HeaderClassName
{
color: #D27CF1;
}
.AnyTagClassName
{
color: #D27CF1;
}
</style>
background-color css
<style>
a { background-color: #D27CF1; }
a { background-color: rgb(210,124,241); }
div.DivClassName
{
background-color: #D27CF1;
}
.BgClassName
{
background-color: #D27CF1;
}
</style>
border-color css
<style>
span { border-color: #D27CF1; }
span { border-color: rgb(210,124,241); }
td.TdClassName
{
border-color: #D27CF1;
}
.TagClassName
{
border-color: #D27CF1;
}
</style>