Shades of Heliotrope #D875FC
Tints of Heliotrope #D875FC
RGB
CMYK
RGB Variations
Color information
#D875FC (or 0xD875FC) is known color: Heliotrope. HEX triplet: D8, 75 and FC. RGB value is (216,117,252). Sum of RGB (Red+Green+Blue) = 216+117+252=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 117 (46.09% from 255 or 20% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #D875FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D875FC is #278A03. Grayscale: #A1A1A1. Windows color (decimal): -2591236 or 16545240. OLE color: 16545240.
HSL color Cylindrical-coordinate representation of color #D875FC: hue angle of 284º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D875FC is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 117 | 252 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.01 |
| HSL | 284º | 0.96% | 0.72% | - |
| HSV(B) | 284º | 0.54% | 0.99% | - |
| XYZ | 52.25 | 34.35 | 95.97 | - |
| YUV | 161.99 | 178.8 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 252 | 0.14 | 0.54 | 0 | 0.01 | 284 | 0.96 | 0.72 |
| Hex | D8 | 75 | FC | E | 36 | 0 | 1 | 11C | 60 | 48 |
| Octal | 330 | 165 | 374 | 16 | 66 | 0 | 1 | 434 | 140 | 110 |
| Binary | 11011000 | 1110101 | 11111100 | 1110 | 110110 | 0 | 1 | 100011100 | 1100000 | 1001000 |
Color Harmonies of #D875FC
Complementary color
Monochromatic Colors of #D875FC
Black with #D875FC
Text Example
Text Example
White with #D875FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D875FC; }
p { color: rgb(216,117,252); }
H1.HeaderClassName
{
color: #D875FC;
}
.AnyTagClassName
{
color: #D875FC;
}
</style>
background-color css
<style>
a { background-color: #D875FC; }
a { background-color: rgb(216,117,252); }
div.DivClassName
{
background-color: #D875FC;
}
.BgClassName
{
background-color: #D875FC;
}
</style>
border-color css
<style>
span { border-color: #D875FC; }
span { border-color: rgb(216,117,252); }
td.TdClassName
{
border-color: #D875FC;
}
.TagClassName
{
border-color: #D875FC;
}
</style>