Shades of Heliotrope #DC90FC
Tints of Heliotrope #DC90FC
RGB
CMYK
RGB Variations
Color information
#DC90FC (or 0xDC90FC) is known color: Heliotrope. HEX triplet: DC, 90 and FC. RGB value is (220,144,252). Sum of RGB (Red+Green+Blue) = 220+144+252=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 144 (56.64% from 255 or 23.38% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC90FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC90FC is #236F03. Grayscale: #B2B2B2. Windows color (decimal): -2322180 or 16552156. OLE color: 16552156.
HSL color Cylindrical-coordinate representation of color #DC90FC: hue angle of 282.22º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC90FC is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 144 | 252 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.01 |
| HSL | 282.22º | 0.95% | 0.78% | - |
| HSV(B) | 282.22º | 0.43% | 0.99% | - |
| XYZ | 57.06 | 42.19 | 97.23 | - |
| YUV | 179.04 | 169.18 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 252 | 0.13 | 0.43 | 0 | 0.01 | 282.22 | 0.95 | 0.78 |
| Hex | DC | 90 | FC | D | 2B | 0 | 1 | 11A | 5F | 4E |
| Octal | 334 | 220 | 374 | 15 | 53 | 0 | 1 | 432 | 137 | 116 |
| Binary | 11011100 | 10010000 | 11111100 | 1101 | 101011 | 0 | 1 | 100011010 | 1011111 | 1001110 |
Color Harmonies of #DC90FC
Complementary color
Monochromatic Colors of #DC90FC
Black with #DC90FC
Text Example
Text Example
White with #DC90FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC90FC; }
p { color: rgb(220,144,252); }
H1.HeaderClassName
{
color: #DC90FC;
}
.AnyTagClassName
{
color: #DC90FC;
}
</style>
background-color css
<style>
a { background-color: #DC90FC; }
a { background-color: rgb(220,144,252); }
div.DivClassName
{
background-color: #DC90FC;
}
.BgClassName
{
background-color: #DC90FC;
}
</style>
border-color css
<style>
span { border-color: #DC90FC; }
span { border-color: rgb(220,144,252); }
td.TdClassName
{
border-color: #DC90FC;
}
.TagClassName
{
border-color: #DC90FC;
}
</style>