Shades of Heliotrope #DC8BFD
Tints of Heliotrope #DC8BFD
RGB
CMYK
RGB Variations
Color information
#DC8BFD (or 0xDC8BFD) is known color: Heliotrope. HEX triplet: DC, 8B and FD. RGB value is (220,139,253). Sum of RGB (Red+Green+Blue) = 220+139+253=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 139 (54.69% from 255 or 22.71% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC8BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8BFD is #237402. Grayscale: #AFAFAF. Windows color (decimal): -2323459 or 16616412. OLE color: 16616412.
HSL color Cylindrical-coordinate representation of color #DC8BFD: hue angle of 282.63º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC8BFD is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 139 | 253 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.01 |
| HSL | 282.63º | 0.97% | 0.77% | - |
| HSV(B) | 282.63º | 0.45% | 0.99% | - |
| XYZ | 56.48 | 40.77 | 97.82 | - |
| YUV | 176.22 | 171.34 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 253 | 0.13 | 0.45 | 0 | 0.01 | 282.63 | 0.97 | 0.77 |
| Hex | DC | 8B | FD | D | 2D | 0 | 1 | 11B | 61 | 4D |
| Octal | 334 | 213 | 375 | 15 | 55 | 0 | 1 | 433 | 141 | 115 |
| Binary | 11011100 | 10001011 | 11111101 | 1101 | 101101 | 0 | 1 | 100011011 | 1100001 | 1001101 |
Color Harmonies of #DC8BFD
Complementary color
Monochromatic Colors of #DC8BFD
Black with #DC8BFD
Text Example
Text Example
White with #DC8BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8BFD; }
p { color: rgb(220,139,253); }
H1.HeaderClassName
{
color: #DC8BFD;
}
.AnyTagClassName
{
color: #DC8BFD;
}
</style>
background-color css
<style>
a { background-color: #DC8BFD; }
a { background-color: rgb(220,139,253); }
div.DivClassName
{
background-color: #DC8BFD;
}
.BgClassName
{
background-color: #DC8BFD;
}
</style>
border-color css
<style>
span { border-color: #DC8BFD; }
span { border-color: rgb(220,139,253); }
td.TdClassName
{
border-color: #DC8BFD;
}
.TagClassName
{
border-color: #DC8BFD;
}
</style>