Shades of Heliotrope #D77CFE
Tints of Heliotrope #D77CFE
RGB
CMYK
RGB Variations
Color information
#D77CFE (or 0xD77CFE) is known color: Heliotrope. HEX triplet: D7, 7C and FE. RGB value is (215,124,254). Sum of RGB (Red+Green+Blue) = 215+124+254=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 124 (48.83% from 255 or 20.91% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #D77CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77CFE is #288301. Grayscale: #A5A5A5. Windows color (decimal): -2654978 or 16678103. OLE color: 16678103.
HSL color Cylindrical-coordinate representation of color #D77CFE: hue angle of 282º 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 #D77CFE is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 124 | 254 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.00 |
| HSL | 282º | 0.98% | 0.74% | - |
| HSV(B) | 282º | 0.51% | 1% | - |
| XYZ | 53.12 | 36.02 | 97.92 | - |
| YUV | 166.03 | 177.65 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 254 | 0.15 | 0.51 | 0 | 0.00 | 282 | 0.98 | 0.74 |
| Hex | D7 | 7C | FE | F | 33 | 0 | 0 | 11A | 62 | 4A |
| Octal | 327 | 174 | 376 | 17 | 63 | 0 | 0 | 432 | 142 | 112 |
| Binary | 11010111 | 1111100 | 11111110 | 1111 | 110011 | 0 | 0 | 100011010 | 1100010 | 1001010 |
Color Harmonies of #D77CFE
Complementary color
Monochromatic Colors of #D77CFE
Black with #D77CFE
Text Example
Text Example
White with #D77CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77CFE; }
p { color: rgb(215,124,254); }
H1.HeaderClassName
{
color: #D77CFE;
}
.AnyTagClassName
{
color: #D77CFE;
}
</style>
background-color css
<style>
a { background-color: #D77CFE; }
a { background-color: rgb(215,124,254); }
div.DivClassName
{
background-color: #D77CFE;
}
.BgClassName
{
background-color: #D77CFE;
}
</style>
border-color css
<style>
span { border-color: #D77CFE; }
span { border-color: rgb(215,124,254); }
td.TdClassName
{
border-color: #D77CFE;
}
.TagClassName
{
border-color: #D77CFE;
}
</style>