Shades of Heliotrope #DF78FC
Tints of Heliotrope #DF78FC
RGB
CMYK
RGB Variations
Color information
#DF78FC (or 0xDF78FC) is known color: Heliotrope. HEX triplet: DF, 78 and FC. RGB value is (223,120,252). Sum of RGB (Red+Green+Blue) = 223+120+252=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 120 (47.27% from 255 or 20.17% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF78FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF78FC is #208703. Grayscale: #A5A5A5. Windows color (decimal): -2131716 or 16546015. OLE color: 16546015.
HSL color Cylindrical-coordinate representation of color #DF78FC: hue angle of 286.82º 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 #DF78FC is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 120 | 252 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.01 |
| HSL | 286.82º | 0.96% | 0.73% | - |
| HSV(B) | 286.82º | 0.52% | 0.99% | - |
| XYZ | 54.72 | 36.15 | 96.19 | - |
| YUV | 165.85 | 176.62 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 252 | 0.12 | 0.52 | 0 | 0.01 | 286.82 | 0.96 | 0.73 |
| Hex | DF | 78 | FC | C | 34 | 0 | 1 | 11F | 60 | 49 |
| Octal | 337 | 170 | 374 | 14 | 64 | 0 | 1 | 437 | 140 | 111 |
| Binary | 11011111 | 1111000 | 11111100 | 1100 | 110100 | 0 | 1 | 100011111 | 1100000 | 1001001 |
Color Harmonies of #DF78FC
Complementary color
Monochromatic Colors of #DF78FC
Black with #DF78FC
Text Example
Text Example
White with #DF78FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF78FC; }
p { color: rgb(223,120,252); }
H1.HeaderClassName
{
color: #DF78FC;
}
.AnyTagClassName
{
color: #DF78FC;
}
</style>
background-color css
<style>
a { background-color: #DF78FC; }
a { background-color: rgb(223,120,252); }
div.DivClassName
{
background-color: #DF78FC;
}
.BgClassName
{
background-color: #DF78FC;
}
</style>
border-color css
<style>
span { border-color: #DF78FC; }
span { border-color: rgb(223,120,252); }
td.TdClassName
{
border-color: #DF78FC;
}
.TagClassName
{
border-color: #DF78FC;
}
</style>