Shades of Heliotrope #D76FFC
Tints of Heliotrope #D76FFC
RGB
CMYK
RGB Variations
Color information
#D76FFC (or 0xD76FFC) is known color: Heliotrope. HEX triplet: D7, 6F and FC. RGB value is (215,111,252). Sum of RGB (Red+Green+Blue) = 215+111+252=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 111 (43.75% from 255 or 19.20% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #D76FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76FFC is #289003. Grayscale: #9D9D9D. Windows color (decimal): -2658308 or 16543703. OLE color: 16543703.
HSL color Cylindrical-coordinate representation of color #D76FFC: hue angle of 284.26º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D76FFC is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 111 | 252 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.01 |
| HSL | 284.26º | 0.96% | 0.71% | - |
| HSV(B) | 284.26º | 0.56% | 0.99% | - |
| XYZ | 51.28 | 32.84 | 95.73 | - |
| YUV | 158.17 | 180.96 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 252 | 0.15 | 0.56 | 0 | 0.01 | 284.26 | 0.96 | 0.71 |
| Hex | D7 | 6F | FC | F | 38 | 0 | 1 | 11C | 60 | 47 |
| Octal | 327 | 157 | 374 | 17 | 70 | 0 | 1 | 434 | 140 | 107 |
| Binary | 11010111 | 1101111 | 11111100 | 1111 | 111000 | 0 | 1 | 100011100 | 1100000 | 1000111 |
Color Harmonies of #D76FFC
Complementary color
Monochromatic Colors of #D76FFC
Black with #D76FFC
Text Example
Text Example
White with #D76FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76FFC; }
p { color: rgb(215,111,252); }
H1.HeaderClassName
{
color: #D76FFC;
}
.AnyTagClassName
{
color: #D76FFC;
}
</style>
background-color css
<style>
a { background-color: #D76FFC; }
a { background-color: rgb(215,111,252); }
div.DivClassName
{
background-color: #D76FFC;
}
.BgClassName
{
background-color: #D76FFC;
}
</style>
border-color css
<style>
span { border-color: #D76FFC; }
span { border-color: rgb(215,111,252); }
td.TdClassName
{
border-color: #D76FFC;
}
.TagClassName
{
border-color: #D76FFC;
}
</style>