Shades of Heliotrope #D76CF0
Tints of Heliotrope #D76CF0
RGB
CMYK
RGB Variations
Color information
#D76CF0 (or 0xD76CF0) is known color: Heliotrope. HEX triplet: D7, 6C and F0. RGB value is (215,108,240). Sum of RGB (Red+Green+Blue) = 215+108+240=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 108 (42.58% from 255 or 19.18% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #D76CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76CF0 is #28930F. Grayscale: #9A9A9A. Windows color (decimal): -2659088 or 15756503. OLE color: 15756503.
HSL color Cylindrical-coordinate representation of color #D76CF0: hue angle of 288.64º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D76CF0 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 108 | 240 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.06 |
| HSL | 288.64º | 0.81% | 0.68% | - |
| HSV(B) | 288.64º | 0.55% | 0.94% | - |
| XYZ | 49.12 | 31.46 | 85.92 | - |
| YUV | 155.04 | 175.95 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 240 | 0.10 | 0.55 | 0 | 0.06 | 288.64 | 0.81 | 0.68 |
| Hex | D7 | 6C | F0 | A | 37 | 0 | 6 | 121 | 51 | 44 |
| Octal | 327 | 154 | 360 | 12 | 67 | 0 | 6 | 441 | 121 | 104 |
| Binary | 11010111 | 1101100 | 11110000 | 1010 | 110111 | 0 | 110 | 100100001 | 1010001 | 1000100 |
Color Harmonies of #D76CF0
Complementary color
Monochromatic Colors of #D76CF0
Black with #D76CF0
Text Example
Text Example
White with #D76CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76CF0; }
p { color: rgb(215,108,240); }
H1.HeaderClassName
{
color: #D76CF0;
}
.AnyTagClassName
{
color: #D76CF0;
}
</style>
background-color css
<style>
a { background-color: #D76CF0; }
a { background-color: rgb(215,108,240); }
div.DivClassName
{
background-color: #D76CF0;
}
.BgClassName
{
background-color: #D76CF0;
}
</style>
border-color css
<style>
span { border-color: #D76CF0; }
span { border-color: rgb(215,108,240); }
td.TdClassName
{
border-color: #D76CF0;
}
.TagClassName
{
border-color: #D76CF0;
}
</style>