Shades of Heliotrope #D468FC
Tints of Heliotrope #D468FC
RGB
CMYK
RGB Variations
Color information
#D468FC (or 0xD468FC) is known color: Heliotrope. HEX triplet: D4, 68 and FC. RGB value is (212,104,252). Sum of RGB (Red+Green+Blue) = 212+104+252=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 104 (41.02% from 255 or 18.31% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #D468FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D468FC is #2B9703. Grayscale: #989898. Windows color (decimal): -2856708 or 16541908. OLE color: 16541908.
HSL color Cylindrical-coordinate representation of color #D468FC: hue angle of 283.78º 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 #D468FC is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 104 | 252 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.01 |
| HSL | 283.78º | 0.96% | 0.7% | - |
| HSV(B) | 283.78º | 0.59% | 0.99% | - |
| XYZ | 49.67 | 30.93 | 95.45 | - |
| YUV | 153.16 | 183.78 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 252 | 0.16 | 0.59 | 0 | 0.01 | 283.78 | 0.96 | 0.7 |
| Hex | D4 | 68 | FC | 10 | 3B | 0 | 1 | 11C | 60 | 46 |
| Octal | 324 | 150 | 374 | 20 | 73 | 0 | 1 | 434 | 140 | 106 |
| Binary | 11010100 | 1101000 | 11111100 | 10000 | 111011 | 0 | 1 | 100011100 | 1100000 | 1000110 |
Color Harmonies of #D468FC
Complementary color
Monochromatic Colors of #D468FC
Black with #D468FC
Text Example
Text Example
White with #D468FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D468FC; }
p { color: rgb(212,104,252); }
H1.HeaderClassName
{
color: #D468FC;
}
.AnyTagClassName
{
color: #D468FC;
}
</style>
background-color css
<style>
a { background-color: #D468FC; }
a { background-color: rgb(212,104,252); }
div.DivClassName
{
background-color: #D468FC;
}
.BgClassName
{
background-color: #D468FC;
}
</style>
border-color css
<style>
span { border-color: #D468FC; }
span { border-color: rgb(212,104,252); }
td.TdClassName
{
border-color: #D468FC;
}
.TagClassName
{
border-color: #D468FC;
}
</style>