Shades of Heliotrope #DC83F2
Tints of Heliotrope #DC83F2
RGB
CMYK
RGB Variations
Color information
#DC83F2 (or 0xDC83F2) is known color: Heliotrope. HEX triplet: DC, 83 and F2. RGB value is (220,131,242). Sum of RGB (Red+Green+Blue) = 220+131+242=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 131 (51.56% from 255 or 22.09% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC83F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC83F2 is #237C0D. Grayscale: #A9A9A9. Windows color (decimal): -2325518 or 15893468. OLE color: 15893468.
HSL color Cylindrical-coordinate representation of color #DC83F2: hue angle of 288.11º degrees, saturation: 0.81, 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 #DC83F2 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 131 | 242 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.05 |
| HSL | 288.11º | 0.81% | 0.73% | - |
| HSV(B) | 288.11º | 0.46% | 0.95% | - |
| XYZ | 53.66 | 37.86 | 88.48 | - |
| YUV | 170.27 | 168.49 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 242 | 0.09 | 0.46 | 0 | 0.05 | 288.11 | 0.81 | 0.73 |
| Hex | DC | 83 | F2 | 9 | 2E | 0 | 5 | 120 | 51 | 49 |
| Octal | 334 | 203 | 362 | 11 | 56 | 0 | 5 | 440 | 121 | 111 |
| Binary | 11011100 | 10000011 | 11110010 | 1001 | 101110 | 0 | 101 | 100100000 | 1010001 | 1001001 |
Color Harmonies of #DC83F2
Complementary color
Monochromatic Colors of #DC83F2
Black with #DC83F2
Text Example
Text Example
White with #DC83F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC83F2; }
p { color: rgb(220,131,242); }
H1.HeaderClassName
{
color: #DC83F2;
}
.AnyTagClassName
{
color: #DC83F2;
}
</style>
background-color css
<style>
a { background-color: #DC83F2; }
a { background-color: rgb(220,131,242); }
div.DivClassName
{
background-color: #DC83F2;
}
.BgClassName
{
background-color: #DC83F2;
}
</style>
border-color css
<style>
span { border-color: #DC83F2; }
span { border-color: rgb(220,131,242); }
td.TdClassName
{
border-color: #DC83F2;
}
.TagClassName
{
border-color: #DC83F2;
}
</style>