Shades of Heliotrope #D57FF6
Tints of Heliotrope #D57FF6
RGB
CMYK
RGB Variations
Color information
#D57FF6 (or 0xD57FF6) is known color: Heliotrope. HEX triplet: D5, 7F and F6. RGB value is (213,127,246). Sum of RGB (Red+Green+Blue) = 213+127+246=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 127 (50% from 255 or 21.67% from 586); Blue value is 246 (96.48% from 255 or 41.98% from 586); Max value from RGB is 246 - color contains mainly: blue. Hex color #D57FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57FF6 is #2A8009. Grayscale: #A5A5A5. Windows color (decimal): -2785290 or 16154581. OLE color: 16154581.
HSL color Cylindrical-coordinate representation of color #D57FF6: hue angle of 283.36º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D57FF6 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 213 | 127 | 246 | - |
CMYK | 0.13 | 0.48 | 0 | 0.04 |
HSL | 283.36º | 0.87% | 0.73% | - |
HSV(B) | 283.36º | 0.48% | 0.96% | - |
XYZ | 51.66 | 35.98 | 91.41 | - |
YUV | 166.28 | 172.99 | 161.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 127 | 246 | 0.13 | 0.48 | 0 | 0.04 | 283.36 | 0.87 | 0.73 |
Hex | D5 | 7F | F6 | D | 30 | 0 | 4 | 11B | 57 | 49 |
Octal | 325 | 177 | 366 | 15 | 60 | 0 | 4 | 433 | 127 | 111 |
Binary | 11010101 | 1111111 | 11110110 | 1101 | 110000 | 0 | 100 | 100011011 | 1010111 | 1001001 |
Color Harmonies of #D57FF6
Complementary color
Monochromatic Colors of #D57FF6
Black with #D57FF6
Text Example
Text Example
White with #D57FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57FF6; }
p { color: rgb(213,127,246); }
H1.HeaderClassName
{
color: #D57FF6;
}
.AnyTagClassName
{
color: #D57FF6;
}
</style>
background-color css
<style>
a { background-color: #D57FF6; }
a { background-color: rgb(213,127,246); }
div.DivClassName
{
background-color: #D57FF6;
}
.BgClassName
{
background-color: #D57FF6;
}
</style>
border-color css
<style>
span { border-color: #D57FF6; }
span { border-color: rgb(213,127,246); }
td.TdClassName
{
border-color: #D57FF6;
}
.TagClassName
{
border-color: #D57FF6;
}
</style>