Shades of Heliotrope #D578FC
Tints of Heliotrope #D578FC
RGB
CMYK
RGB Variations
Color information
#D578FC (or 0xD578FC) is known color: Heliotrope. HEX triplet: D5, 78 and FC. RGB value is (213,120,252). Sum of RGB (Red+Green+Blue) = 213+120+252=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 120 (47.27% from 255 or 20.51% 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 #D578FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D578FC is #2A8703. Grayscale: #A2A2A2. Windows color (decimal): -2787076 or 16546005. OLE color: 16546005.
HSL color Cylindrical-coordinate representation of color #D578FC: hue angle of 282.27º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D578FC is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 120 | 252 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.01 |
| HSL | 282.27º | 0.96% | 0.73% | - |
| HSV(B) | 282.27º | 0.52% | 0.99% | - |
| XYZ | 51.73 | 34.61 | 96.05 | - |
| YUV | 162.86 | 178.31 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 252 | 0.15 | 0.52 | 0 | 0.01 | 282.27 | 0.96 | 0.73 |
| Hex | D5 | 78 | FC | F | 34 | 0 | 1 | 11A | 60 | 49 |
| Octal | 325 | 170 | 374 | 17 | 64 | 0 | 1 | 432 | 140 | 111 |
| Binary | 11010101 | 1111000 | 11111100 | 1111 | 110100 | 0 | 1 | 100011010 | 1100000 | 1001001 |
Color Harmonies of #D578FC
Complementary color
Monochromatic Colors of #D578FC
Black with #D578FC
Text Example
Text Example
White with #D578FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D578FC; }
p { color: rgb(213,120,252); }
H1.HeaderClassName
{
color: #D578FC;
}
.AnyTagClassName
{
color: #D578FC;
}
</style>
background-color css
<style>
a { background-color: #D578FC; }
a { background-color: rgb(213,120,252); }
div.DivClassName
{
background-color: #D578FC;
}
.BgClassName
{
background-color: #D578FC;
}
</style>
border-color css
<style>
span { border-color: #D578FC; }
span { border-color: rgb(213,120,252); }
td.TdClassName
{
border-color: #D578FC;
}
.TagClassName
{
border-color: #D578FC;
}
</style>