Shades of Heliotrope #DC7BFD
Tints of Heliotrope #DC7BFD
RGB
CMYK
RGB Variations
Color information
#DC7BFD (or 0xDC7BFD) is known color: Heliotrope. HEX triplet: DC, 7B and FD. RGB value is (220,123,253). Sum of RGB (Red+Green+Blue) = 220+123+253=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 123 (48.44% from 255 or 20.64% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC7BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7BFD is #238402. Grayscale: #A6A6A6. Windows color (decimal): -2327555 or 16612316. OLE color: 16612316.
HSL color Cylindrical-coordinate representation of color #DC7BFD: hue angle of 284.77º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC7BFD is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 123 | 253 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.01 |
| HSL | 284.77º | 0.97% | 0.74% | - |
| HSV(B) | 284.77º | 0.51% | 0.99% | - |
| XYZ | 54.33 | 36.47 | 97.11 | - |
| YUV | 166.82 | 176.64 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 253 | 0.13 | 0.51 | 0 | 0.01 | 284.77 | 0.97 | 0.74 |
| Hex | DC | 7B | FD | D | 33 | 0 | 1 | 11D | 61 | 4A |
| Octal | 334 | 173 | 375 | 15 | 63 | 0 | 1 | 435 | 141 | 112 |
| Binary | 11011100 | 1111011 | 11111101 | 1101 | 110011 | 0 | 1 | 100011101 | 1100001 | 1001010 |
Color Harmonies of #DC7BFD
Complementary color
Monochromatic Colors of #DC7BFD
Black with #DC7BFD
Text Example
Text Example
White with #DC7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BFD; }
p { color: rgb(220,123,253); }
H1.HeaderClassName
{
color: #DC7BFD;
}
.AnyTagClassName
{
color: #DC7BFD;
}
</style>
background-color css
<style>
a { background-color: #DC7BFD; }
a { background-color: rgb(220,123,253); }
div.DivClassName
{
background-color: #DC7BFD;
}
.BgClassName
{
background-color: #DC7BFD;
}
</style>
border-color css
<style>
span { border-color: #DC7BFD; }
span { border-color: rgb(220,123,253); }
td.TdClassName
{
border-color: #DC7BFD;
}
.TagClassName
{
border-color: #DC7BFD;
}
</style>