Shades of Heliotrope #D174FC
Tints of Heliotrope #D174FC
RGB
CMYK
RGB Variations
Color information
#D174FC (or 0xD174FC) is known color: Heliotrope. HEX triplet: D1, 74 and FC. RGB value is (209,116,252). Sum of RGB (Red+Green+Blue) = 209+116+252=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 116 (45.70% from 255 or 20.10% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #D174FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D174FC is #2E8B03. Grayscale: #9E9E9E. Windows color (decimal): -3050244 or 16544977. OLE color: 16544977.
HSL color Cylindrical-coordinate representation of color #D174FC: hue angle of 281.03º 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 #D174FC is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 116 | 252 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.01 |
| HSL | 281.03º | 0.96% | 0.72% | - |
| HSV(B) | 281.03º | 0.54% | 0.99% | - |
| XYZ | 50.11 | 33.07 | 95.84 | - |
| YUV | 159.31 | 180.31 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 252 | 0.17 | 0.54 | 0 | 0.01 | 281.03 | 0.96 | 0.72 |
| Hex | D1 | 74 | FC | 11 | 36 | 0 | 1 | 119 | 60 | 48 |
| Octal | 321 | 164 | 374 | 21 | 66 | 0 | 1 | 431 | 140 | 110 |
| Binary | 11010001 | 1110100 | 11111100 | 10001 | 110110 | 0 | 1 | 100011001 | 1100000 | 1001000 |
Color Harmonies of #D174FC
Complementary color
Monochromatic Colors of #D174FC
Black with #D174FC
Text Example
Text Example
White with #D174FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D174FC; }
p { color: rgb(209,116,252); }
H1.HeaderClassName
{
color: #D174FC;
}
.AnyTagClassName
{
color: #D174FC;
}
</style>
background-color css
<style>
a { background-color: #D174FC; }
a { background-color: rgb(209,116,252); }
div.DivClassName
{
background-color: #D174FC;
}
.BgClassName
{
background-color: #D174FC;
}
</style>
border-color css
<style>
span { border-color: #D174FC; }
span { border-color: rgb(209,116,252); }
td.TdClassName
{
border-color: #D174FC;
}
.TagClassName
{
border-color: #D174FC;
}
</style>