Shades of Heliotrope #DC83FA
Tints of Heliotrope #DC83FA
RGB
CMYK
RGB Variations
Color information
#DC83FA (or 0xDC83FA) is known color: Heliotrope. HEX triplet: DC, 83 and FA. RGB value is (220,131,250). Sum of RGB (Red+Green+Blue) = 220+131+250=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 131 (51.56% from 255 or 21.80% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC83FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC83FA is #237C05. Grayscale: #AAAAAA. Windows color (decimal): -2325510 or 16417756. OLE color: 16417756.
HSL color Cylindrical-coordinate representation of color #DC83FA: hue angle of 284.87º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC83FA is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 131 | 250 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.02 |
| HSL | 284.87º | 0.92% | 0.75% | - |
| HSV(B) | 284.87º | 0.48% | 0.98% | - |
| XYZ | 54.89 | 38.35 | 94.95 | - |
| YUV | 171.18 | 172.49 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 250 | 0.12 | 0.48 | 0 | 0.02 | 284.87 | 0.92 | 0.75 |
| Hex | DC | 83 | FA | C | 30 | 0 | 2 | 11D | 5C | 4B |
| Octal | 334 | 203 | 372 | 14 | 60 | 0 | 2 | 435 | 134 | 113 |
| Binary | 11011100 | 10000011 | 11111010 | 1100 | 110000 | 0 | 10 | 100011101 | 1011100 | 1001011 |
Color Harmonies of #DC83FA
Complementary color
Monochromatic Colors of #DC83FA
Black with #DC83FA
Text Example
Text Example
White with #DC83FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC83FA; }
p { color: rgb(220,131,250); }
H1.HeaderClassName
{
color: #DC83FA;
}
.AnyTagClassName
{
color: #DC83FA;
}
</style>
background-color css
<style>
a { background-color: #DC83FA; }
a { background-color: rgb(220,131,250); }
div.DivClassName
{
background-color: #DC83FA;
}
.BgClassName
{
background-color: #DC83FA;
}
</style>
border-color css
<style>
span { border-color: #DC83FA; }
span { border-color: rgb(220,131,250); }
td.TdClassName
{
border-color: #DC83FA;
}
.TagClassName
{
border-color: #DC83FA;
}
</style>