Shades of Heliotrope #DC7BED
Tints of Heliotrope #DC7BED
RGB
CMYK
RGB Variations
Color information
#DC7BED (or 0xDC7BED) is known color: Heliotrope. HEX triplet: DC, 7B and ED. RGB value is (220,123,237). Sum of RGB (Red+Green+Blue) = 220+123+237=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 123 (48.44% from 255 or 21.21% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC7BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7BED is #238412. Grayscale: #A4A4A4. Windows color (decimal): -2327571 or 15563740. OLE color: 15563740.
HSL color Cylindrical-coordinate representation of color #DC7BED: hue angle of 291.05º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC7BED is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 123 | 237 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.07 |
| HSL | 291.05º | 0.76% | 0.71% | - |
| HSV(B) | 291.05º | 0.48% | 0.93% | - |
| XYZ | 51.88 | 35.5 | 84.24 | - |
| YUV | 165 | 168.64 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 237 | 0.07 | 0.48 | 0 | 0.07 | 291.05 | 0.76 | 0.71 |
| Hex | DC | 7B | ED | 7 | 30 | 0 | 7 | 123 | 4C | 47 |
| Octal | 334 | 173 | 355 | 7 | 60 | 0 | 7 | 443 | 114 | 107 |
| Binary | 11011100 | 1111011 | 11101101 | 111 | 110000 | 0 | 111 | 100100011 | 1001100 | 1000111 |
Color Harmonies of #DC7BED
Complementary color
Monochromatic Colors of #DC7BED
Black with #DC7BED
Text Example
Text Example
White with #DC7BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BED; }
p { color: rgb(220,123,237); }
H1.HeaderClassName
{
color: #DC7BED;
}
.AnyTagClassName
{
color: #DC7BED;
}
</style>
background-color css
<style>
a { background-color: #DC7BED; }
a { background-color: rgb(220,123,237); }
div.DivClassName
{
background-color: #DC7BED;
}
.BgClassName
{
background-color: #DC7BED;
}
</style>
border-color css
<style>
span { border-color: #DC7BED; }
span { border-color: rgb(220,123,237); }
td.TdClassName
{
border-color: #DC7BED;
}
.TagClassName
{
border-color: #DC7BED;
}
</style>