Shades of Heliotrope #DC7BFB
Tints of Heliotrope #DC7BFB
RGB
CMYK
RGB Variations
Color information
#DC7BFB (or 0xDC7BFB) is known color: Heliotrope. HEX triplet: DC, 7B and FB. RGB value is (220,123,251). Sum of RGB (Red+Green+Blue) = 220+123+251=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 123 (48.44% from 255 or 20.71% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC7BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7BFB is #238404. Grayscale: #A6A6A6. Windows color (decimal): -2327557 or 16481244. OLE color: 16481244.
HSL color Cylindrical-coordinate representation of color #DC7BFB: hue angle of 285.47º degrees, saturation: 0.94, 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 #DC7BFB is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 123 | 251 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.02 |
| HSL | 285.47º | 0.94% | 0.73% | - |
| HSV(B) | 285.47º | 0.51% | 0.98% | - |
| XYZ | 54.01 | 36.35 | 95.44 | - |
| YUV | 166.6 | 175.64 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 251 | 0.12 | 0.51 | 0 | 0.02 | 285.47 | 0.94 | 0.73 |
| Hex | DC | 7B | FB | C | 33 | 0 | 2 | 11D | 5E | 49 |
| Octal | 334 | 173 | 373 | 14 | 63 | 0 | 2 | 435 | 136 | 111 |
| Binary | 11011100 | 1111011 | 11111011 | 1100 | 110011 | 0 | 10 | 100011101 | 1011110 | 1001001 |
Color Harmonies of #DC7BFB
Complementary color
Monochromatic Colors of #DC7BFB
Black with #DC7BFB
Text Example
Text Example
White with #DC7BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BFB; }
p { color: rgb(220,123,251); }
H1.HeaderClassName
{
color: #DC7BFB;
}
.AnyTagClassName
{
color: #DC7BFB;
}
</style>
background-color css
<style>
a { background-color: #DC7BFB; }
a { background-color: rgb(220,123,251); }
div.DivClassName
{
background-color: #DC7BFB;
}
.BgClassName
{
background-color: #DC7BFB;
}
</style>
border-color css
<style>
span { border-color: #DC7BFB; }
span { border-color: rgb(220,123,251); }
td.TdClassName
{
border-color: #DC7BFB;
}
.TagClassName
{
border-color: #DC7BFB;
}
</style>