Shades of Heliotrope #DC80FD
Tints of Heliotrope #DC80FD
RGB
CMYK
RGB Variations
Color information
#DC80FD (or 0xDC80FD) is known color: Heliotrope. HEX triplet: DC, 80 and FD. RGB value is (220,128,253). Sum of RGB (Red+Green+Blue) = 220+128+253=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 128 (50.39% from 255 or 21.30% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC80FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC80FD is #237F02. Grayscale: #A9A9A9. Windows color (decimal): -2326275 or 16613596. OLE color: 16613596.
HSL color Cylindrical-coordinate representation of color #DC80FD: hue angle of 284.16º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC80FD is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 128 | 253 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.01 |
| HSL | 284.16º | 0.97% | 0.75% | - |
| HSV(B) | 284.16º | 0.49% | 0.99% | - |
| XYZ | 54.96 | 37.75 | 97.32 | - |
| YUV | 169.76 | 174.98 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 253 | 0.13 | 0.49 | 0 | 0.01 | 284.16 | 0.97 | 0.75 |
| Hex | DC | 80 | FD | D | 31 | 0 | 1 | 11C | 61 | 4B |
| Octal | 334 | 200 | 375 | 15 | 61 | 0 | 1 | 434 | 141 | 113 |
| Binary | 11011100 | 10000000 | 11111101 | 1101 | 110001 | 0 | 1 | 100011100 | 1100001 | 1001011 |
Color Harmonies of #DC80FD
Complementary color
Monochromatic Colors of #DC80FD
Black with #DC80FD
Text Example
Text Example
White with #DC80FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC80FD; }
p { color: rgb(220,128,253); }
H1.HeaderClassName
{
color: #DC80FD;
}
.AnyTagClassName
{
color: #DC80FD;
}
</style>
background-color css
<style>
a { background-color: #DC80FD; }
a { background-color: rgb(220,128,253); }
div.DivClassName
{
background-color: #DC80FD;
}
.BgClassName
{
background-color: #DC80FD;
}
</style>
border-color css
<style>
span { border-color: #DC80FD; }
span { border-color: rgb(220,128,253); }
td.TdClassName
{
border-color: #DC80FD;
}
.TagClassName
{
border-color: #DC80FD;
}
</style>