Shades of Heliotrope #D48CFE
Tints of Heliotrope #D48CFE
RGB
CMYK
RGB Variations
Color information
#D48CFE (or 0xD48CFE) is known color: Heliotrope. HEX triplet: D4, 8C and FE. RGB value is (212,140,254). Sum of RGB (Red+Green+Blue) = 212+140+254=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 140 (55.08% from 255 or 23.10% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #D48CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48CFE is #2B7301. Grayscale: #AEAEAE. Windows color (decimal): -2847490 or 16682196. OLE color: 16682196.
HSL color Cylindrical-coordinate representation of color #D48CFE: hue angle of 277.89º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D48CFE is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 140 | 254 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.00 |
| HSL | 277.89º | 0.98% | 0.77% | - |
| HSV(B) | 277.89º | 0.45% | 1% | - |
| XYZ | 54.42 | 39.91 | 98.6 | - |
| YUV | 174.52 | 172.85 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 254 | 0.17 | 0.45 | 0 | 0.00 | 277.89 | 0.98 | 0.77 |
| Hex | D4 | 8C | FE | 11 | 2D | 0 | 0 | 116 | 62 | 4D |
| Octal | 324 | 214 | 376 | 21 | 55 | 0 | 0 | 426 | 142 | 115 |
| Binary | 11010100 | 10001100 | 11111110 | 10001 | 101101 | 0 | 0 | 100010110 | 1100010 | 1001101 |
Color Harmonies of #D48CFE
Complementary color
Monochromatic Colors of #D48CFE
Black with #D48CFE
Text Example
Text Example
White with #D48CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48CFE; }
p { color: rgb(212,140,254); }
H1.HeaderClassName
{
color: #D48CFE;
}
.AnyTagClassName
{
color: #D48CFE;
}
</style>
background-color css
<style>
a { background-color: #D48CFE; }
a { background-color: rgb(212,140,254); }
div.DivClassName
{
background-color: #D48CFE;
}
.BgClassName
{
background-color: #D48CFE;
}
</style>
border-color css
<style>
span { border-color: #D48CFE; }
span { border-color: rgb(212,140,254); }
td.TdClassName
{
border-color: #D48CFE;
}
.TagClassName
{
border-color: #D48CFE;
}
</style>