Shades of Heliotrope #DC83F3
Tints of Heliotrope #DC83F3
RGB
CMYK
RGB Variations
Color information
#DC83F3 (or 0xDC83F3) is known color: Heliotrope. HEX triplet: DC, 83 and F3. RGB value is (220,131,243). Sum of RGB (Red+Green+Blue) = 220+131+243=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 131 (51.56% from 255 or 22.05% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC83F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC83F3 is #237C0C. Grayscale: #AAAAAA. Windows color (decimal): -2325517 or 15959004. OLE color: 15959004.
HSL color Cylindrical-coordinate representation of color #DC83F3: hue angle of 287.68º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC83F3 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 131 | 243 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.05 |
| HSL | 287.68º | 0.82% | 0.73% | - |
| HSV(B) | 287.68º | 0.46% | 0.95% | - |
| XYZ | 53.81 | 37.92 | 89.28 | - |
| YUV | 170.38 | 168.99 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 243 | 0.09 | 0.46 | 0 | 0.05 | 287.68 | 0.82 | 0.73 |
| Hex | DC | 83 | F3 | 9 | 2E | 0 | 5 | 120 | 52 | 49 |
| Octal | 334 | 203 | 363 | 11 | 56 | 0 | 5 | 440 | 122 | 111 |
| Binary | 11011100 | 10000011 | 11110011 | 1001 | 101110 | 0 | 101 | 100100000 | 1010010 | 1001001 |
Color Harmonies of #DC83F3
Complementary color
Monochromatic Colors of #DC83F3
Black with #DC83F3
Text Example
Text Example
White with #DC83F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC83F3; }
p { color: rgb(220,131,243); }
H1.HeaderClassName
{
color: #DC83F3;
}
.AnyTagClassName
{
color: #DC83F3;
}
</style>
background-color css
<style>
a { background-color: #DC83F3; }
a { background-color: rgb(220,131,243); }
div.DivClassName
{
background-color: #DC83F3;
}
.BgClassName
{
background-color: #DC83F3;
}
</style>
border-color css
<style>
span { border-color: #DC83F3; }
span { border-color: rgb(220,131,243); }
td.TdClassName
{
border-color: #DC83F3;
}
.TagClassName
{
border-color: #DC83F3;
}
</style>