Shades of Heliotrope #D57FFF
Tints of Heliotrope #D57FFF
RGB
CMYK
RGB Variations
Color information
#D57FFF (or 0xD57FFF) is known color: Heliotrope. HEX triplet: D5, 7F and FF. RGB value is (213,127,255). Sum of RGB (Red+Green+Blue) = 213+127+255=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 127 (50% from 255 or 21.34% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #D57FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57FFF is #2A8000. Grayscale: #A6A6A6. Windows color (decimal): -2785281 or 16744405. OLE color: 16744405.
HSL color Cylindrical-coordinate representation of color #D57FFF: hue angle of 280.31º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D57FFF is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 127 | 255 | - |
| CMYK | 0.16 | 0.50 | 0 | 0 |
| HSL | 280.31º | 1% | 0.75% | - |
| HSV(B) | 280.31º | 0.5% | 1% | - |
| XYZ | 53.08 | 36.54 | 98.86 | - |
| YUV | 167.31 | 177.49 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 255 | 0.16 | 0.50 | 0 | 0 | 280.31 | 1 | 0.75 |
| Hex | D5 | 7F | FF | 10 | 32 | 0 | 0 | 118 | 64 | 4B |
| Octal | 325 | 177 | 377 | 20 | 62 | 0 | 0 | 430 | 144 | 113 |
| Binary | 11010101 | 1111111 | 11111111 | 10000 | 110010 | 0 | 0 | 100011000 | 1100100 | 1001011 |
Color Harmonies of #D57FFF
Complementary color
Monochromatic Colors of #D57FFF
Black with #D57FFF
Text Example
Text Example
White with #D57FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57FFF; }
p { color: rgb(213,127,255); }
H1.HeaderClassName
{
color: #D57FFF;
}
.AnyTagClassName
{
color: #D57FFF;
}
</style>
background-color css
<style>
a { background-color: #D57FFF; }
a { background-color: rgb(213,127,255); }
div.DivClassName
{
background-color: #D57FFF;
}
.BgClassName
{
background-color: #D57FFF;
}
</style>
border-color css
<style>
span { border-color: #D57FFF; }
span { border-color: rgb(213,127,255); }
td.TdClassName
{
border-color: #D57FFF;
}
.TagClassName
{
border-color: #D57FFF;
}
</style>