Shades of Heliotrope #D57CFE
Tints of Heliotrope #D57CFE
RGB
CMYK
RGB Variations
Color information
#D57CFE (or 0xD57CFE) is known color: Heliotrope. HEX triplet: D5, 7C and FE. RGB value is (213,124,254). Sum of RGB (Red+Green+Blue) = 213+124+254=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 124 (48.83% from 255 or 20.98% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #D57CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57CFE is #2A8301. Grayscale: #A5A5A5. Windows color (decimal): -2786050 or 16678101. OLE color: 16678101.
HSL color Cylindrical-coordinate representation of color #D57CFE: hue angle of 281.08º 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 #D57CFE is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 124 | 254 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.00 |
| HSL | 281.08º | 0.98% | 0.74% | - |
| HSV(B) | 281.08º | 0.51% | 1% | - |
| XYZ | 52.54 | 35.72 | 97.89 | - |
| YUV | 165.43 | 177.99 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 254 | 0.16 | 0.51 | 0 | 0.00 | 281.08 | 0.98 | 0.74 |
| Hex | D5 | 7C | FE | 10 | 33 | 0 | 0 | 119 | 62 | 4A |
| Octal | 325 | 174 | 376 | 20 | 63 | 0 | 0 | 431 | 142 | 112 |
| Binary | 11010101 | 1111100 | 11111110 | 10000 | 110011 | 0 | 0 | 100011001 | 1100010 | 1001010 |
Color Harmonies of #D57CFE
Complementary color
Monochromatic Colors of #D57CFE
Black with #D57CFE
Text Example
Text Example
White with #D57CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57CFE; }
p { color: rgb(213,124,254); }
H1.HeaderClassName
{
color: #D57CFE;
}
.AnyTagClassName
{
color: #D57CFE;
}
</style>
background-color css
<style>
a { background-color: #D57CFE; }
a { background-color: rgb(213,124,254); }
div.DivClassName
{
background-color: #D57CFE;
}
.BgClassName
{
background-color: #D57CFE;
}
</style>
border-color css
<style>
span { border-color: #D57CFE; }
span { border-color: rgb(213,124,254); }
td.TdClassName
{
border-color: #D57CFE;
}
.TagClassName
{
border-color: #D57CFE;
}
</style>