Shades of Heliotrope #DC7BF9
Tints of Heliotrope #DC7BF9
RGB
CMYK
RGB Variations
Color information
#DC7BF9 (or 0xDC7BF9) is known color: Heliotrope. HEX triplet: DC, 7B and F9. RGB value is (220,123,249). Sum of RGB (Red+Green+Blue) = 220+123+249=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 123 (48.44% from 255 or 20.78% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC7BF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7BF9 is #238406. Grayscale: #A5A5A5. Windows color (decimal): -2327559 or 16350172. OLE color: 16350172.
HSL color Cylindrical-coordinate representation of color #DC7BF9: hue angle of 286.19º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC7BF9 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 123 | 249 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.02 |
| HSL | 286.19º | 0.91% | 0.73% | - |
| HSV(B) | 286.19º | 0.51% | 0.98% | - |
| XYZ | 53.7 | 36.22 | 93.78 | - |
| YUV | 166.37 | 174.64 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 249 | 0.12 | 0.51 | 0 | 0.02 | 286.19 | 0.91 | 0.73 |
| Hex | DC | 7B | F9 | C | 33 | 0 | 2 | 11E | 5B | 49 |
| Octal | 334 | 173 | 371 | 14 | 63 | 0 | 2 | 436 | 133 | 111 |
| Binary | 11011100 | 1111011 | 11111001 | 1100 | 110011 | 0 | 10 | 100011110 | 1011011 | 1001001 |
Color Harmonies of #DC7BF9
Complementary color
Monochromatic Colors of #DC7BF9
Black with #DC7BF9
Text Example
Text Example
White with #DC7BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BF9; }
p { color: rgb(220,123,249); }
H1.HeaderClassName
{
color: #DC7BF9;
}
.AnyTagClassName
{
color: #DC7BF9;
}
</style>
background-color css
<style>
a { background-color: #DC7BF9; }
a { background-color: rgb(220,123,249); }
div.DivClassName
{
background-color: #DC7BF9;
}
.BgClassName
{
background-color: #DC7BF9;
}
</style>
border-color css
<style>
span { border-color: #DC7BF9; }
span { border-color: rgb(220,123,249); }
td.TdClassName
{
border-color: #DC7BF9;
}
.TagClassName
{
border-color: #DC7BF9;
}
</style>