Shades of Heliotrope #D364FC
Tints of Heliotrope #D364FC
RGB
CMYK
RGB Variations
Color information
#D364FC (or 0xD364FC) is known color: Heliotrope. HEX triplet: D3, 64 and FC. RGB value is (211,100,252). Sum of RGB (Red+Green+Blue) = 211+100+252=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 100 (39.45% from 255 or 17.76% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #D364FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D364FC is #2C9B03. Grayscale: #969696. Windows color (decimal): -2923268 or 16540883. OLE color: 16540883.
HSL color Cylindrical-coordinate representation of color #D364FC: hue angle of 283.82º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D364FC is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 100 | 252 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.01 |
| HSL | 283.82º | 0.96% | 0.69% | - |
| HSV(B) | 283.82º | 0.6% | 0.99% | - |
| XYZ | 48.99 | 29.99 | 95.3 | - |
| YUV | 150.52 | 185.27 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 100 | 252 | 0.16 | 0.60 | 0 | 0.01 | 283.82 | 0.96 | 0.69 |
| Hex | D3 | 64 | FC | 10 | 3C | 0 | 1 | 11C | 60 | 45 |
| Octal | 323 | 144 | 374 | 20 | 74 | 0 | 1 | 434 | 140 | 105 |
| Binary | 11010011 | 1100100 | 11111100 | 10000 | 111100 | 0 | 1 | 100011100 | 1100000 | 1000101 |
Color Harmonies of #D364FC
Complementary color
Monochromatic Colors of #D364FC
Black with #D364FC
Text Example
Text Example
White with #D364FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D364FC; }
p { color: rgb(211,100,252); }
H1.HeaderClassName
{
color: #D364FC;
}
.AnyTagClassName
{
color: #D364FC;
}
</style>
background-color css
<style>
a { background-color: #D364FC; }
a { background-color: rgb(211,100,252); }
div.DivClassName
{
background-color: #D364FC;
}
.BgClassName
{
background-color: #D364FC;
}
</style>
border-color css
<style>
span { border-color: #D364FC; }
span { border-color: rgb(211,100,252); }
td.TdClassName
{
border-color: #D364FC;
}
.TagClassName
{
border-color: #D364FC;
}
</style>