Shades of Heliotrope #DC80FA
Tints of Heliotrope #DC80FA
RGB
CMYK
RGB Variations
Color information
#DC80FA (or 0xDC80FA) is known color: Heliotrope. HEX triplet: DC, 80 and FA. RGB value is (220,128,250). Sum of RGB (Red+Green+Blue) = 220+128+250=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 128 (50.39% from 255 or 21.40% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC80FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC80FA is #237F05. Grayscale: #A9A9A9. Windows color (decimal): -2326278 or 16416988. OLE color: 16416988.
HSL color Cylindrical-coordinate representation of color #DC80FA: hue angle of 285.25º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC80FA is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 128 | 250 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.02 |
| HSL | 285.25º | 0.92% | 0.74% | - |
| HSV(B) | 285.25º | 0.49% | 0.98% | - |
| XYZ | 54.49 | 37.56 | 94.82 | - |
| YUV | 169.42 | 173.48 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 250 | 0.12 | 0.49 | 0 | 0.02 | 285.25 | 0.92 | 0.74 |
| Hex | DC | 80 | FA | C | 31 | 0 | 2 | 11D | 5C | 4A |
| Octal | 334 | 200 | 372 | 14 | 61 | 0 | 2 | 435 | 134 | 112 |
| Binary | 11011100 | 10000000 | 11111010 | 1100 | 110001 | 0 | 10 | 100011101 | 1011100 | 1001010 |
Color Harmonies of #DC80FA
Complementary color
Monochromatic Colors of #DC80FA
Black with #DC80FA
Text Example
Text Example
White with #DC80FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC80FA; }
p { color: rgb(220,128,250); }
H1.HeaderClassName
{
color: #DC80FA;
}
.AnyTagClassName
{
color: #DC80FA;
}
</style>
background-color css
<style>
a { background-color: #DC80FA; }
a { background-color: rgb(220,128,250); }
div.DivClassName
{
background-color: #DC80FA;
}
.BgClassName
{
background-color: #DC80FA;
}
</style>
border-color css
<style>
span { border-color: #DC80FA; }
span { border-color: rgb(220,128,250); }
td.TdClassName
{
border-color: #DC80FA;
}
.TagClassName
{
border-color: #DC80FA;
}
</style>