Shades of Heliotrope #DC86FA
Tints of Heliotrope #DC86FA
RGB
CMYK
RGB Variations
Color information
#DC86FA (or 0xDC86FA) is known color: Heliotrope. HEX triplet: DC, 86 and FA. RGB value is (220,134,250). Sum of RGB (Red+Green+Blue) = 220+134+250=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 134 (52.73% from 255 or 22.19% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC86FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC86FA is #237905. Grayscale: #ACACAC. Windows color (decimal): -2324742 or 16418524. OLE color: 16418524.
HSL color Cylindrical-coordinate representation of color #DC86FA: hue angle of 284.48º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC86FA is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 134 | 250 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.02 |
| HSL | 284.48º | 0.92% | 0.75% | - |
| HSV(B) | 284.48º | 0.46% | 0.98% | - |
| XYZ | 55.3 | 39.17 | 95.09 | - |
| YUV | 172.94 | 171.49 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 250 | 0.12 | 0.46 | 0 | 0.02 | 284.48 | 0.92 | 0.75 |
| Hex | DC | 86 | FA | C | 2E | 0 | 2 | 11C | 5C | 4B |
| Octal | 334 | 206 | 372 | 14 | 56 | 0 | 2 | 434 | 134 | 113 |
| Binary | 11011100 | 10000110 | 11111010 | 1100 | 101110 | 0 | 10 | 100011100 | 1011100 | 1001011 |
Color Harmonies of #DC86FA
Complementary color
Monochromatic Colors of #DC86FA
Black with #DC86FA
Text Example
Text Example
White with #DC86FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC86FA; }
p { color: rgb(220,134,250); }
H1.HeaderClassName
{
color: #DC86FA;
}
.AnyTagClassName
{
color: #DC86FA;
}
</style>
background-color css
<style>
a { background-color: #DC86FA; }
a { background-color: rgb(220,134,250); }
div.DivClassName
{
background-color: #DC86FA;
}
.BgClassName
{
background-color: #DC86FA;
}
</style>
border-color css
<style>
span { border-color: #DC86FA; }
span { border-color: rgb(220,134,250); }
td.TdClassName
{
border-color: #DC86FA;
}
.TagClassName
{
border-color: #DC86FA;
}
</style>