Shades of Heliotrope #D45CFC
Tints of Heliotrope #D45CFC
RGB
CMYK
RGB Variations
Color information
#D45CFC (or 0xD45CFC) is known color: Heliotrope. HEX triplet: D4, 5C and FC. RGB value is (212,92,252). Sum of RGB (Red+Green+Blue) = 212+92+252=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 92 (36.33% from 255 or 16.55% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #D45CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45CFC is #2BA303. Grayscale: #919191. Windows color (decimal): -2859780 or 16538836. OLE color: 16538836.
HSL color Cylindrical-coordinate representation of color #D45CFC: hue angle of 285º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D45CFC is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 92 | 252 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.01 |
| HSL | 285º | 0.96% | 0.67% | - |
| HSV(B) | 285º | 0.63% | 0.99% | - |
| XYZ | 48.55 | 28.68 | 95.07 | - |
| YUV | 146.12 | 187.76 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 92 | 252 | 0.16 | 0.63 | 0 | 0.01 | 285 | 0.96 | 0.67 |
| Hex | D4 | 5C | FC | 10 | 3F | 0 | 1 | 11D | 60 | 43 |
| Octal | 324 | 134 | 374 | 20 | 77 | 0 | 1 | 435 | 140 | 103 |
| Binary | 11010100 | 1011100 | 11111100 | 10000 | 111111 | 0 | 1 | 100011101 | 1100000 | 1000011 |
Color Harmonies of #D45CFC
Complementary color
Monochromatic Colors of #D45CFC
Black with #D45CFC
Text Example
Text Example
White with #D45CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45CFC; }
p { color: rgb(212,92,252); }
H1.HeaderClassName
{
color: #D45CFC;
}
.AnyTagClassName
{
color: #D45CFC;
}
</style>
background-color css
<style>
a { background-color: #D45CFC; }
a { background-color: rgb(212,92,252); }
div.DivClassName
{
background-color: #D45CFC;
}
.BgClassName
{
background-color: #D45CFC;
}
</style>
border-color css
<style>
span { border-color: #D45CFC; }
span { border-color: rgb(212,92,252); }
td.TdClassName
{
border-color: #D45CFC;
}
.TagClassName
{
border-color: #D45CFC;
}
</style>