Shades of Heliotrope #DC83FB
Tints of Heliotrope #DC83FB
RGB
CMYK
RGB Variations
Color information
#DC83FB (or 0xDC83FB) is known color: Heliotrope. HEX triplet: DC, 83 and FB. RGB value is (220,131,251). Sum of RGB (Red+Green+Blue) = 220+131+251=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 131 (51.56% from 255 or 21.76% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC83FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC83FB is #237C04. Grayscale: #AAAAAA. Windows color (decimal): -2325509 or 16483292. OLE color: 16483292.
HSL color Cylindrical-coordinate representation of color #DC83FB: hue angle of 284.5º degrees, saturation: 0.94, 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 #DC83FB is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 131 | 251 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.02 |
| HSL | 284.5º | 0.94% | 0.75% | - |
| HSV(B) | 284.5º | 0.48% | 0.98% | - |
| XYZ | 55.04 | 38.41 | 95.78 | - |
| YUV | 171.29 | 172.99 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 251 | 0.12 | 0.48 | 0 | 0.02 | 284.5 | 0.94 | 0.75 |
| Hex | DC | 83 | FB | C | 30 | 0 | 2 | 11C | 5E | 4B |
| Octal | 334 | 203 | 373 | 14 | 60 | 0 | 2 | 434 | 136 | 113 |
| Binary | 11011100 | 10000011 | 11111011 | 1100 | 110000 | 0 | 10 | 100011100 | 1011110 | 1001011 |
Color Harmonies of #DC83FB
Complementary color
Monochromatic Colors of #DC83FB
Black with #DC83FB
Text Example
Text Example
White with #DC83FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC83FB; }
p { color: rgb(220,131,251); }
H1.HeaderClassName
{
color: #DC83FB;
}
.AnyTagClassName
{
color: #DC83FB;
}
</style>
background-color css
<style>
a { background-color: #DC83FB; }
a { background-color: rgb(220,131,251); }
div.DivClassName
{
background-color: #DC83FB;
}
.BgClassName
{
background-color: #DC83FB;
}
</style>
border-color css
<style>
span { border-color: #DC83FB; }
span { border-color: rgb(220,131,251); }
td.TdClassName
{
border-color: #DC83FB;
}
.TagClassName
{
border-color: #DC83FB;
}
</style>