Shades of Heliotrope #D478FC
Tints of Heliotrope #D478FC
RGB
CMYK
RGB Variations
Color information
#D478FC (or 0xD478FC) is known color: Heliotrope. HEX triplet: D4, 78 and FC. RGB value is (212,120,252). Sum of RGB (Red+Green+Blue) = 212+120+252=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 120 (47.27% from 255 or 20.55% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #D478FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D478FC is #2B8703. Grayscale: #A2A2A2. Windows color (decimal): -2852612 or 16546004. OLE color: 16546004.
HSL color Cylindrical-coordinate representation of color #D478FC: hue angle of 281.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 #D478FC is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 120 | 252 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.01 |
| HSL | 281.82º | 0.96% | 0.73% | - |
| HSV(B) | 281.82º | 0.52% | 0.99% | - |
| XYZ | 51.44 | 34.46 | 96.04 | - |
| YUV | 162.56 | 178.48 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 252 | 0.16 | 0.52 | 0 | 0.01 | 281.82 | 0.96 | 0.73 |
| Hex | D4 | 78 | FC | 10 | 34 | 0 | 1 | 11A | 60 | 49 |
| Octal | 324 | 170 | 374 | 20 | 64 | 0 | 1 | 432 | 140 | 111 |
| Binary | 11010100 | 1111000 | 11111100 | 10000 | 110100 | 0 | 1 | 100011010 | 1100000 | 1001001 |
Color Harmonies of #D478FC
Complementary color
Monochromatic Colors of #D478FC
Black with #D478FC
Text Example
Text Example
White with #D478FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D478FC; }
p { color: rgb(212,120,252); }
H1.HeaderClassName
{
color: #D478FC;
}
.AnyTagClassName
{
color: #D478FC;
}
</style>
background-color css
<style>
a { background-color: #D478FC; }
a { background-color: rgb(212,120,252); }
div.DivClassName
{
background-color: #D478FC;
}
.BgClassName
{
background-color: #D478FC;
}
</style>
border-color css
<style>
span { border-color: #D478FC; }
span { border-color: rgb(212,120,252); }
td.TdClassName
{
border-color: #D478FC;
}
.TagClassName
{
border-color: #D478FC;
}
</style>