Shades of Heliotrope #DC5CFB
Tints of Heliotrope #DC5CFB
RGB
CMYK
RGB Variations
Color information
#DC5CFB (or 0xDC5CFB) is known color: Heliotrope. HEX triplet: DC, 5C and FB. RGB value is (220,92,251). Sum of RGB (Red+Green+Blue) = 220+92+251=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 92 (36.33% from 255 or 16.34% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC5CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5CFB is #23A304. Grayscale: #939393. Windows color (decimal): -2335493 or 16473308. OLE color: 16473308.
HSL color Cylindrical-coordinate representation of color #DC5CFB: hue angle of 288.3º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5CFB is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 92 | 251 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.02 |
| HSL | 288.3º | 0.95% | 0.67% | - |
| HSV(B) | 288.3º | 0.63% | 0.98% | - |
| XYZ | 50.75 | 29.83 | 94.35 | - |
| YUV | 148.4 | 185.91 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 251 | 0.12 | 0.63 | 0 | 0.02 | 288.3 | 0.95 | 0.67 |
| Hex | DC | 5C | FB | C | 3F | 0 | 2 | 120 | 5F | 43 |
| Octal | 334 | 134 | 373 | 14 | 77 | 0 | 2 | 440 | 137 | 103 |
| Binary | 11011100 | 1011100 | 11111011 | 1100 | 111111 | 0 | 10 | 100100000 | 1011111 | 1000011 |
Color Harmonies of #DC5CFB
Complementary color
Monochromatic Colors of #DC5CFB
Black with #DC5CFB
Text Example
Text Example
White with #DC5CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5CFB; }
p { color: rgb(220,92,251); }
H1.HeaderClassName
{
color: #DC5CFB;
}
.AnyTagClassName
{
color: #DC5CFB;
}
</style>
background-color css
<style>
a { background-color: #DC5CFB; }
a { background-color: rgb(220,92,251); }
div.DivClassName
{
background-color: #DC5CFB;
}
.BgClassName
{
background-color: #DC5CFB;
}
</style>
border-color css
<style>
span { border-color: #DC5CFB; }
span { border-color: rgb(220,92,251); }
td.TdClassName
{
border-color: #DC5CFB;
}
.TagClassName
{
border-color: #DC5CFB;
}
</style>