Shades of Heliotrope #DA7CFC
Tints of Heliotrope #DA7CFC
RGB
CMYK
RGB Variations
Color information
#DA7CFC (or 0xDA7CFC) is known color: Heliotrope. HEX triplet: DA, 7C and FC. RGB value is (218,124,252). Sum of RGB (Red+Green+Blue) = 218+124+252=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 124 (48.83% from 255 or 20.88% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA7CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7CFC is #258303. Grayscale: #A6A6A6. Windows color (decimal): -2458372 or 16547034. OLE color: 16547034.
HSL color Cylindrical-coordinate representation of color #DA7CFC: hue angle of 284.06º degrees, saturation: 0.96, 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 #DA7CFC is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 124 | 252 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.01 |
| HSL | 284.06º | 0.96% | 0.74% | - |
| HSV(B) | 284.06º | 0.51% | 0.99% | - |
| XYZ | 53.69 | 36.35 | 96.28 | - |
| YUV | 166.7 | 176.14 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 252 | 0.13 | 0.51 | 0 | 0.01 | 284.06 | 0.96 | 0.74 |
| Hex | DA | 7C | FC | D | 33 | 0 | 1 | 11C | 60 | 4A |
| Octal | 332 | 174 | 374 | 15 | 63 | 0 | 1 | 434 | 140 | 112 |
| Binary | 11011010 | 1111100 | 11111100 | 1101 | 110011 | 0 | 1 | 100011100 | 1100000 | 1001010 |
Color Harmonies of #DA7CFC
Complementary color
Monochromatic Colors of #DA7CFC
Black with #DA7CFC
Text Example
Text Example
White with #DA7CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7CFC; }
p { color: rgb(218,124,252); }
H1.HeaderClassName
{
color: #DA7CFC;
}
.AnyTagClassName
{
color: #DA7CFC;
}
</style>
background-color css
<style>
a { background-color: #DA7CFC; }
a { background-color: rgb(218,124,252); }
div.DivClassName
{
background-color: #DA7CFC;
}
.BgClassName
{
background-color: #DA7CFC;
}
</style>
border-color css
<style>
span { border-color: #DA7CFC; }
span { border-color: rgb(218,124,252); }
td.TdClassName
{
border-color: #DA7CFC;
}
.TagClassName
{
border-color: #DA7CFC;
}
</style>