Shades of Heliotrope #D45CFE
Tints of Heliotrope #D45CFE
RGB
CMYK
RGB Variations
Color information
#D45CFE (or 0xD45CFE) is known color: Heliotrope. HEX triplet: D4, 5C and FE. RGB value is (212,92,254). Sum of RGB (Red+Green+Blue) = 212+92+254=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 92 (36.33% from 255 or 16.49% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #D45CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45CFE is #2BA301. Grayscale: #919191. Windows color (decimal): -2859778 or 16669908. OLE color: 16669908.
HSL color Cylindrical-coordinate representation of color #D45CFE: hue angle of 284.44º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D45CFE is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 92 | 254 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.00 |
| HSL | 284.44º | 0.99% | 0.68% | - |
| HSV(B) | 284.44º | 0.64% | 1% | - |
| XYZ | 48.87 | 28.81 | 96.75 | - |
| YUV | 146.35 | 188.76 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 92 | 254 | 0.17 | 0.64 | 0 | 0.00 | 284.44 | 0.99 | 0.68 |
| Hex | D4 | 5C | FE | 11 | 40 | 0 | 0 | 11C | 63 | 44 |
| Octal | 324 | 134 | 376 | 21 | 100 | 0 | 0 | 434 | 143 | 104 |
| Binary | 11010100 | 1011100 | 11111110 | 10001 | 1000000 | 0 | 0 | 100011100 | 1100011 | 1000100 |
Color Harmonies of #D45CFE
Complementary color
Monochromatic Colors of #D45CFE
Black with #D45CFE
Text Example
Text Example
White with #D45CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45CFE; }
p { color: rgb(212,92,254); }
H1.HeaderClassName
{
color: #D45CFE;
}
.AnyTagClassName
{
color: #D45CFE;
}
</style>
background-color css
<style>
a { background-color: #D45CFE; }
a { background-color: rgb(212,92,254); }
div.DivClassName
{
background-color: #D45CFE;
}
.BgClassName
{
background-color: #D45CFE;
}
</style>
border-color css
<style>
span { border-color: #D45CFE; }
span { border-color: rgb(212,92,254); }
td.TdClassName
{
border-color: #D45CFE;
}
.TagClassName
{
border-color: #D45CFE;
}
</style>