Shades of Heliotrope #DC8FFA
Tints of Heliotrope #DC8FFA
RGB
CMYK
RGB Variations
Color information
#DC8FFA (or 0xDC8FFA) is known color: Heliotrope. HEX triplet: DC, 8F and FA. RGB value is (220,143,250). Sum of RGB (Red+Green+Blue) = 220+143+250=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 143 (56.25% from 255 or 23.33% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC8FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8FFA is #237005. Grayscale: #B1B1B1. Windows color (decimal): -2322438 or 16420828. OLE color: 16420828.
HSL color Cylindrical-coordinate representation of color #DC8FFA: hue angle of 283.18º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC8FFA is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 143 | 250 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.02 |
| HSL | 283.18º | 0.91% | 0.77% | - |
| HSV(B) | 283.18º | 0.43% | 0.98% | - |
| XYZ | 56.59 | 41.76 | 95.52 | - |
| YUV | 178.22 | 168.51 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 250 | 0.12 | 0.43 | 0 | 0.02 | 283.18 | 0.91 | 0.77 |
| Hex | DC | 8F | FA | C | 2B | 0 | 2 | 11B | 5B | 4D |
| Octal | 334 | 217 | 372 | 14 | 53 | 0 | 2 | 433 | 133 | 115 |
| Binary | 11011100 | 10001111 | 11111010 | 1100 | 101011 | 0 | 10 | 100011011 | 1011011 | 1001101 |
Color Harmonies of #DC8FFA
Complementary color
Monochromatic Colors of #DC8FFA
Black with #DC8FFA
Text Example
Text Example
White with #DC8FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8FFA; }
p { color: rgb(220,143,250); }
H1.HeaderClassName
{
color: #DC8FFA;
}
.AnyTagClassName
{
color: #DC8FFA;
}
</style>
background-color css
<style>
a { background-color: #DC8FFA; }
a { background-color: rgb(220,143,250); }
div.DivClassName
{
background-color: #DC8FFA;
}
.BgClassName
{
background-color: #DC8FFA;
}
</style>
border-color css
<style>
span { border-color: #DC8FFA; }
span { border-color: rgb(220,143,250); }
td.TdClassName
{
border-color: #DC8FFA;
}
.TagClassName
{
border-color: #DC8FFA;
}
</style>