Shades of Heliotrope #DC7FFB
Tints of Heliotrope #DC7FFB
RGB
CMYK
RGB Variations
Color information
#DC7FFB (or 0xDC7FFB) is known color: Heliotrope. HEX triplet: DC, 7F and FB. RGB value is (220,127,251). Sum of RGB (Red+Green+Blue) = 220+127+251=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 127 (50% from 255 or 21.24% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC7FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7FFB is #238004. Grayscale: #A8A8A8. Windows color (decimal): -2326533 or 16482268. OLE color: 16482268.
HSL color Cylindrical-coordinate representation of color #DC7FFB: hue angle of 285º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7FFB is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 127 | 251 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.02 |
| HSL | 285º | 0.94% | 0.74% | - |
| HSV(B) | 285º | 0.49% | 0.98% | - |
| XYZ | 54.52 | 37.36 | 95.6 | - |
| YUV | 168.94 | 174.31 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 251 | 0.12 | 0.49 | 0 | 0.02 | 285 | 0.94 | 0.74 |
| Hex | DC | 7F | FB | C | 31 | 0 | 2 | 11D | 5E | 4A |
| Octal | 334 | 177 | 373 | 14 | 61 | 0 | 2 | 435 | 136 | 112 |
| Binary | 11011100 | 1111111 | 11111011 | 1100 | 110001 | 0 | 10 | 100011101 | 1011110 | 1001010 |
Color Harmonies of #DC7FFB
Complementary color
Monochromatic Colors of #DC7FFB
Black with #DC7FFB
Text Example
Text Example
White with #DC7FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FFB; }
p { color: rgb(220,127,251); }
H1.HeaderClassName
{
color: #DC7FFB;
}
.AnyTagClassName
{
color: #DC7FFB;
}
</style>
background-color css
<style>
a { background-color: #DC7FFB; }
a { background-color: rgb(220,127,251); }
div.DivClassName
{
background-color: #DC7FFB;
}
.BgClassName
{
background-color: #DC7FFB;
}
</style>
border-color css
<style>
span { border-color: #DC7FFB; }
span { border-color: rgb(220,127,251); }
td.TdClassName
{
border-color: #DC7FFB;
}
.TagClassName
{
border-color: #DC7FFB;
}
</style>