Shades of Heliotrope #D378FC
Tints of Heliotrope #D378FC
RGB
CMYK
RGB Variations
Color information
#D378FC (or 0xD378FC) is known color: Heliotrope. HEX triplet: D3, 78 and FC. RGB value is (211,120,252). Sum of RGB (Red+Green+Blue) = 211+120+252=583 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.19% from 583); Green value is 120 (47.27% from 255 or 20.58% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #D378FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D378FC is #2C8703. Grayscale: #A1A1A1. Windows color (decimal): -2918148 or 16546003. OLE color: 16546003.
HSL color Cylindrical-coordinate representation of color #D378FC: hue angle of 281.36º 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 #D378FC is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 120 | 252 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.01 |
| HSL | 281.36º | 0.96% | 0.73% | - |
| HSV(B) | 281.36º | 0.52% | 0.99% | - |
| XYZ | 51.15 | 34.31 | 96.02 | - |
| YUV | 162.26 | 178.65 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 252 | 0.16 | 0.52 | 0 | 0.01 | 281.36 | 0.96 | 0.73 |
| Hex | D3 | 78 | FC | 10 | 34 | 0 | 1 | 119 | 60 | 49 |
| Octal | 323 | 170 | 374 | 20 | 64 | 0 | 1 | 431 | 140 | 111 |
| Binary | 11010011 | 1111000 | 11111100 | 10000 | 110100 | 0 | 1 | 100011001 | 1100000 | 1001001 |
Color Harmonies of #D378FC
Complementary color
Monochromatic Colors of #D378FC
Black with #D378FC
Text Example
Text Example
White with #D378FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D378FC; }
p { color: rgb(211,120,252); }
H1.HeaderClassName
{
color: #D378FC;
}
.AnyTagClassName
{
color: #D378FC;
}
</style>
background-color css
<style>
a { background-color: #D378FC; }
a { background-color: rgb(211,120,252); }
div.DivClassName
{
background-color: #D378FC;
}
.BgClassName
{
background-color: #D378FC;
}
</style>
border-color css
<style>
span { border-color: #D378FC; }
span { border-color: rgb(211,120,252); }
td.TdClassName
{
border-color: #D378FC;
}
.TagClassName
{
border-color: #D378FC;
}
</style>