Shades of Heliotrope #DC5BFC
Tints of Heliotrope #DC5BFC
RGB
CMYK
RGB Variations
Color information
#DC5BFC (or 0xDC5BFC) is known color: Heliotrope. HEX triplet: DC, 5B and FC. RGB value is (220,91,252). Sum of RGB (Red+Green+Blue) = 220+91+252=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 91 (35.94% from 255 or 16.16% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC5BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5BFC is #23A403. Grayscale: #939393. Windows color (decimal): -2335748 or 16538588. OLE color: 16538588.
HSL color Cylindrical-coordinate representation of color #DC5BFC: hue angle of 288.07º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC5BFC is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 91 | 252 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.01 |
| HSL | 288.07º | 0.96% | 0.67% | - |
| HSV(B) | 288.07º | 0.64% | 0.99% | - |
| XYZ | 50.83 | 29.73 | 95.15 | - |
| YUV | 147.93 | 186.74 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 252 | 0.13 | 0.64 | 0 | 0.01 | 288.07 | 0.96 | 0.67 |
| Hex | DC | 5B | FC | D | 40 | 0 | 1 | 120 | 60 | 43 |
| Octal | 334 | 133 | 374 | 15 | 100 | 0 | 1 | 440 | 140 | 103 |
| Binary | 11011100 | 1011011 | 11111100 | 1101 | 1000000 | 0 | 1 | 100100000 | 1100000 | 1000011 |
Color Harmonies of #DC5BFC
Complementary color
Monochromatic Colors of #DC5BFC
Black with #DC5BFC
Text Example
Text Example
White with #DC5BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5BFC; }
p { color: rgb(220,91,252); }
H1.HeaderClassName
{
color: #DC5BFC;
}
.AnyTagClassName
{
color: #DC5BFC;
}
</style>
background-color css
<style>
a { background-color: #DC5BFC; }
a { background-color: rgb(220,91,252); }
div.DivClassName
{
background-color: #DC5BFC;
}
.BgClassName
{
background-color: #DC5BFC;
}
</style>
border-color css
<style>
span { border-color: #DC5BFC; }
span { border-color: rgb(220,91,252); }
td.TdClassName
{
border-color: #DC5BFC;
}
.TagClassName
{
border-color: #DC5BFC;
}
</style>