Shades of Heliotrope #DC7BF8
Tints of Heliotrope #DC7BF8
RGB
CMYK
RGB Variations
Color information
#DC7BF8 (or 0xDC7BF8) is known color: Heliotrope. HEX triplet: DC, 7B and F8. RGB value is (220,123,248). Sum of RGB (Red+Green+Blue) = 220+123+248=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 123 (48.44% from 255 or 20.81% from 591); Blue value is 248 (97.27% from 255 or 41.96% from 591); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC7BF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7BF8 is #238407. Grayscale: #A5A5A5. Windows color (decimal): -2327560 or 16284636. OLE color: 16284636.
HSL color Cylindrical-coordinate representation of color #DC7BF8: hue angle of 286.56º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC7BF8 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 123 | 248 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.03 |
| HSL | 286.56º | 0.9% | 0.73% | - |
| HSV(B) | 286.56º | 0.5% | 0.97% | - |
| XYZ | 53.54 | 36.16 | 92.96 | - |
| YUV | 166.25 | 174.14 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 248 | 0.11 | 0.50 | 0 | 0.03 | 286.56 | 0.9 | 0.73 |
| Hex | DC | 7B | F8 | B | 32 | 0 | 3 | 11F | 5A | 49 |
| Octal | 334 | 173 | 370 | 13 | 62 | 0 | 3 | 437 | 132 | 111 |
| Binary | 11011100 | 1111011 | 11111000 | 1011 | 110010 | 0 | 11 | 100011111 | 1011010 | 1001001 |
Color Harmonies of #DC7BF8
Complementary color
Monochromatic Colors of #DC7BF8
Black with #DC7BF8
Text Example
Text Example
White with #DC7BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BF8; }
p { color: rgb(220,123,248); }
H1.HeaderClassName
{
color: #DC7BF8;
}
.AnyTagClassName
{
color: #DC7BF8;
}
</style>
background-color css
<style>
a { background-color: #DC7BF8; }
a { background-color: rgb(220,123,248); }
div.DivClassName
{
background-color: #DC7BF8;
}
.BgClassName
{
background-color: #DC7BF8;
}
</style>
border-color css
<style>
span { border-color: #DC7BF8; }
span { border-color: rgb(220,123,248); }
td.TdClassName
{
border-color: #DC7BF8;
}
.TagClassName
{
border-color: #DC7BF8;
}
</style>