Shades of Heliotrope #DC5CFD
Tints of Heliotrope #DC5CFD
RGB
CMYK
RGB Variations
Color information
#DC5CFD (or 0xDC5CFD) is known color: Heliotrope. HEX triplet: DC, 5C and FD. RGB value is (220,92,253). Sum of RGB (Red+Green+Blue) = 220+92+253=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 92 (36.33% from 255 or 16.28% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC5CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5CFD is #23A302. Grayscale: #949494. Windows color (decimal): -2335491 or 16604380. OLE color: 16604380.
HSL color Cylindrical-coordinate representation of color #DC5CFD: hue angle of 287.7º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC5CFD is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 92 | 253 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.01 |
| HSL | 287.7º | 0.98% | 0.68% | - |
| HSV(B) | 287.7º | 0.64% | 0.99% | - |
| XYZ | 51.07 | 29.96 | 96.02 | - |
| YUV | 148.63 | 186.91 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 253 | 0.13 | 0.64 | 0 | 0.01 | 287.7 | 0.98 | 0.68 |
| Hex | DC | 5C | FD | D | 40 | 0 | 1 | 120 | 62 | 44 |
| Octal | 334 | 134 | 375 | 15 | 100 | 0 | 1 | 440 | 142 | 104 |
| Binary | 11011100 | 1011100 | 11111101 | 1101 | 1000000 | 0 | 1 | 100100000 | 1100010 | 1000100 |
Color Harmonies of #DC5CFD
Complementary color
Monochromatic Colors of #DC5CFD
Black with #DC5CFD
Text Example
Text Example
White with #DC5CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5CFD; }
p { color: rgb(220,92,253); }
H1.HeaderClassName
{
color: #DC5CFD;
}
.AnyTagClassName
{
color: #DC5CFD;
}
</style>
background-color css
<style>
a { background-color: #DC5CFD; }
a { background-color: rgb(220,92,253); }
div.DivClassName
{
background-color: #DC5CFD;
}
.BgClassName
{
background-color: #DC5CFD;
}
</style>
border-color css
<style>
span { border-color: #DC5CFD; }
span { border-color: rgb(220,92,253); }
td.TdClassName
{
border-color: #DC5CFD;
}
.TagClassName
{
border-color: #DC5CFD;
}
</style>