Shades of Heliotrope #D57CEF
Tints of Heliotrope #D57CEF
RGB
CMYK
RGB Variations
Color information
#D57CEF (or 0xD57CEF) is known color: Heliotrope. HEX triplet: D5, 7C and EF. RGB value is (213,124,239). Sum of RGB (Red+Green+Blue) = 213+124+239=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 124 (48.83% from 255 or 21.53% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #D57CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57CEF is #2A8310. Grayscale: #A3A3A3. Windows color (decimal): -2786065 or 15695061. OLE color: 15695061.
HSL color Cylindrical-coordinate representation of color #D57CEF: hue angle of 286.43º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D57CEF is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 124 | 239 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.06 |
| HSL | 286.43º | 0.78% | 0.71% | - |
| HSV(B) | 286.43º | 0.48% | 0.94% | - |
| XYZ | 50.23 | 34.79 | 85.73 | - |
| YUV | 163.72 | 170.49 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 239 | 0.11 | 0.48 | 0 | 0.06 | 286.43 | 0.78 | 0.71 |
| Hex | D5 | 7C | EF | B | 30 | 0 | 6 | 11E | 4E | 47 |
| Octal | 325 | 174 | 357 | 13 | 60 | 0 | 6 | 436 | 116 | 107 |
| Binary | 11010101 | 1111100 | 11101111 | 1011 | 110000 | 0 | 110 | 100011110 | 1001110 | 1000111 |
Color Harmonies of #D57CEF
Complementary color
Monochromatic Colors of #D57CEF
Black with #D57CEF
Text Example
Text Example
White with #D57CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57CEF; }
p { color: rgb(213,124,239); }
H1.HeaderClassName
{
color: #D57CEF;
}
.AnyTagClassName
{
color: #D57CEF;
}
</style>
background-color css
<style>
a { background-color: #D57CEF; }
a { background-color: rgb(213,124,239); }
div.DivClassName
{
background-color: #D57CEF;
}
.BgClassName
{
background-color: #D57CEF;
}
</style>
border-color css
<style>
span { border-color: #D57CEF; }
span { border-color: rgb(213,124,239); }
td.TdClassName
{
border-color: #D57CEF;
}
.TagClassName
{
border-color: #D57CEF;
}
</style>