Shades of Heliotrope #DC7BEE
Tints of Heliotrope #DC7BEE
RGB
CMYK
RGB Variations
Color information
#DC7BEE (or 0xDC7BEE) is known color: Heliotrope. HEX triplet: DC, 7B and EE. RGB value is (220,123,238). Sum of RGB (Red+Green+Blue) = 220+123+238=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 123 (48.44% from 255 or 21.17% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC7BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7BEE is #238411. Grayscale: #A4A4A4. Windows color (decimal): -2327570 or 15629276. OLE color: 15629276.
HSL color Cylindrical-coordinate representation of color #DC7BEE: hue angle of 290.61º degrees, saturation: 0.77, 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 #DC7BEE is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 123 | 238 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.07 |
| HSL | 290.61º | 0.77% | 0.71% | - |
| HSV(B) | 290.61º | 0.48% | 0.93% | - |
| XYZ | 52.03 | 35.55 | 85.01 | - |
| YUV | 165.11 | 169.14 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 238 | 0.08 | 0.48 | 0 | 0.07 | 290.61 | 0.77 | 0.71 |
| Hex | DC | 7B | EE | 8 | 30 | 0 | 7 | 123 | 4D | 47 |
| Octal | 334 | 173 | 356 | 10 | 60 | 0 | 7 | 443 | 115 | 107 |
| Binary | 11011100 | 1111011 | 11101110 | 1000 | 110000 | 0 | 111 | 100100011 | 1001101 | 1000111 |
Color Harmonies of #DC7BEE
Complementary color
Monochromatic Colors of #DC7BEE
Black with #DC7BEE
Text Example
Text Example
White with #DC7BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BEE; }
p { color: rgb(220,123,238); }
H1.HeaderClassName
{
color: #DC7BEE;
}
.AnyTagClassName
{
color: #DC7BEE;
}
</style>
background-color css
<style>
a { background-color: #DC7BEE; }
a { background-color: rgb(220,123,238); }
div.DivClassName
{
background-color: #DC7BEE;
}
.BgClassName
{
background-color: #DC7BEE;
}
</style>
border-color css
<style>
span { border-color: #DC7BEE; }
span { border-color: rgb(220,123,238); }
td.TdClassName
{
border-color: #DC7BEE;
}
.TagClassName
{
border-color: #DC7BEE;
}
</style>