Shades of Heliotrope #D367FC
Tints of Heliotrope #D367FC
RGB
CMYK
RGB Variations
Color information
#D367FC (or 0xD367FC) is known color: Heliotrope. HEX triplet: D3, 67 and FC. RGB value is (211,103,252). Sum of RGB (Red+Green+Blue) = 211+103+252=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 103 (40.62% from 255 or 18.20% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #D367FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D367FC is #2C9803. Grayscale: #979797. Windows color (decimal): -2922500 or 16541651. OLE color: 16541651.
HSL color Cylindrical-coordinate representation of color #D367FC: hue angle of 283.49º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D367FC is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 103 | 252 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.01 |
| HSL | 283.49º | 0.96% | 0.7% | - |
| HSV(B) | 283.49º | 0.59% | 0.99% | - |
| XYZ | 49.28 | 30.58 | 95.4 | - |
| YUV | 152.28 | 184.28 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 103 | 252 | 0.16 | 0.59 | 0 | 0.01 | 283.49 | 0.96 | 0.7 |
| Hex | D3 | 67 | FC | 10 | 3B | 0 | 1 | 11B | 60 | 46 |
| Octal | 323 | 147 | 374 | 20 | 73 | 0 | 1 | 433 | 140 | 106 |
| Binary | 11010011 | 1100111 | 11111100 | 10000 | 111011 | 0 | 1 | 100011011 | 1100000 | 1000110 |
Color Harmonies of #D367FC
Complementary color
Monochromatic Colors of #D367FC
Black with #D367FC
Text Example
Text Example
White with #D367FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D367FC; }
p { color: rgb(211,103,252); }
H1.HeaderClassName
{
color: #D367FC;
}
.AnyTagClassName
{
color: #D367FC;
}
</style>
background-color css
<style>
a { background-color: #D367FC; }
a { background-color: rgb(211,103,252); }
div.DivClassName
{
background-color: #D367FC;
}
.BgClassName
{
background-color: #D367FC;
}
</style>
border-color css
<style>
span { border-color: #D367FC; }
span { border-color: rgb(211,103,252); }
td.TdClassName
{
border-color: #D367FC;
}
.TagClassName
{
border-color: #D367FC;
}
</style>