Shades of Heliotrope #D77CF0
Tints of Heliotrope #D77CF0
RGB
CMYK
RGB Variations
Color information
#D77CF0 (or 0xD77CF0) is known color: Heliotrope. HEX triplet: D7, 7C and F0. RGB value is (215,124,240). Sum of RGB (Red+Green+Blue) = 215+124+240=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 124 (48.83% from 255 or 21.42% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: blue. Hex color #D77CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77CF0 is #28830F. Grayscale: #A4A4A4. Windows color (decimal): -2654992 or 15760599. OLE color: 15760599.
HSL color Cylindrical-coordinate representation of color #D77CF0: hue angle of 287.07º degrees, saturation: 0.79, 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 #D77CF0 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 124 | 240 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.06 |
| HSL | 287.07º | 0.79% | 0.71% | - |
| HSV(B) | 287.07º | 0.48% | 0.94% | - |
| XYZ | 50.96 | 35.15 | 86.54 | - |
| YUV | 164.43 | 170.65 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 240 | 0.10 | 0.48 | 0 | 0.06 | 287.07 | 0.79 | 0.71 |
| Hex | D7 | 7C | F0 | A | 30 | 0 | 6 | 11F | 4F | 47 |
| Octal | 327 | 174 | 360 | 12 | 60 | 0 | 6 | 437 | 117 | 107 |
| Binary | 11010111 | 1111100 | 11110000 | 1010 | 110000 | 0 | 110 | 100011111 | 1001111 | 1000111 |
Color Harmonies of #D77CF0
Complementary color
Monochromatic Colors of #D77CF0
Black with #D77CF0
Text Example
Text Example
White with #D77CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77CF0; }
p { color: rgb(215,124,240); }
H1.HeaderClassName
{
color: #D77CF0;
}
.AnyTagClassName
{
color: #D77CF0;
}
</style>
background-color css
<style>
a { background-color: #D77CF0; }
a { background-color: rgb(215,124,240); }
div.DivClassName
{
background-color: #D77CF0;
}
.BgClassName
{
background-color: #D77CF0;
}
</style>
border-color css
<style>
span { border-color: #D77CF0; }
span { border-color: rgb(215,124,240); }
td.TdClassName
{
border-color: #D77CF0;
}
.TagClassName
{
border-color: #D77CF0;
}
</style>