Shades of Heliotrope #D077FC
Tints of Heliotrope #D077FC
RGB
CMYK
RGB Variations
Color information
#D077FC (or 0xD077FC) is known color: Heliotrope. HEX triplet: D0, 77 and FC. RGB value is (208,119,252). Sum of RGB (Red+Green+Blue) = 208+119+252=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 119 (46.88% from 255 or 20.55% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #D077FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D077FC is #2F8803. Grayscale: #A0A0A0. Windows color (decimal): -3115012 or 16545744. OLE color: 16545744.
HSL color Cylindrical-coordinate representation of color #D077FC: hue angle of 280.15º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D077FC is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 119 | 252 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.01 |
| HSL | 280.15º | 0.96% | 0.73% | - |
| HSV(B) | 280.15º | 0.53% | 0.99% | - |
| XYZ | 50.18 | 33.63 | 95.94 | - |
| YUV | 160.77 | 179.49 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 252 | 0.17 | 0.53 | 0 | 0.01 | 280.15 | 0.96 | 0.73 |
| Hex | D0 | 77 | FC | 11 | 35 | 0 | 1 | 118 | 60 | 49 |
| Octal | 320 | 167 | 374 | 21 | 65 | 0 | 1 | 430 | 140 | 111 |
| Binary | 11010000 | 1110111 | 11111100 | 10001 | 110101 | 0 | 1 | 100011000 | 1100000 | 1001001 |
Color Harmonies of #D077FC
Complementary color
Monochromatic Colors of #D077FC
Black with #D077FC
Text Example
Text Example
White with #D077FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D077FC; }
p { color: rgb(208,119,252); }
H1.HeaderClassName
{
color: #D077FC;
}
.AnyTagClassName
{
color: #D077FC;
}
</style>
background-color css
<style>
a { background-color: #D077FC; }
a { background-color: rgb(208,119,252); }
div.DivClassName
{
background-color: #D077FC;
}
.BgClassName
{
background-color: #D077FC;
}
</style>
border-color css
<style>
span { border-color: #D077FC; }
span { border-color: rgb(208,119,252); }
td.TdClassName
{
border-color: #D077FC;
}
.TagClassName
{
border-color: #D077FC;
}
</style>