Shades of Heliotrope #DC83FE
Tints of Heliotrope #DC83FE
RGB
CMYK
RGB Variations
Color information
#DC83FE (or 0xDC83FE) is known color: Heliotrope. HEX triplet: DC, 83 and FE. RGB value is (220,131,254). Sum of RGB (Red+Green+Blue) = 220+131+254=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 131 (51.56% from 255 or 21.65% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC83FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC83FE is #237C01. Grayscale: #ABABAB. Windows color (decimal): -2325506 or 16679900. OLE color: 16679900.
HSL color Cylindrical-coordinate representation of color #DC83FE: hue angle of 283.41º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC83FE is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 131 | 254 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.00 |
| HSL | 283.41º | 0.98% | 0.75% | - |
| HSV(B) | 283.41º | 0.48% | 1% | - |
| XYZ | 55.52 | 38.6 | 98.29 | - |
| YUV | 171.63 | 174.49 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 254 | 0.13 | 0.48 | 0 | 0.00 | 283.41 | 0.98 | 0.75 |
| Hex | DC | 83 | FE | D | 30 | 0 | 0 | 11B | 62 | 4B |
| Octal | 334 | 203 | 376 | 15 | 60 | 0 | 0 | 433 | 142 | 113 |
| Binary | 11011100 | 10000011 | 11111110 | 1101 | 110000 | 0 | 0 | 100011011 | 1100010 | 1001011 |
Color Harmonies of #DC83FE
Complementary color
Monochromatic Colors of #DC83FE
Black with #DC83FE
Text Example
Text Example
White with #DC83FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC83FE; }
p { color: rgb(220,131,254); }
H1.HeaderClassName
{
color: #DC83FE;
}
.AnyTagClassName
{
color: #DC83FE;
}
</style>
background-color css
<style>
a { background-color: #DC83FE; }
a { background-color: rgb(220,131,254); }
div.DivClassName
{
background-color: #DC83FE;
}
.BgClassName
{
background-color: #DC83FE;
}
</style>
border-color css
<style>
span { border-color: #DC83FE; }
span { border-color: rgb(220,131,254); }
td.TdClassName
{
border-color: #DC83FE;
}
.TagClassName
{
border-color: #DC83FE;
}
</style>