Shades of Heliotrope #D48CFC
Tints of Heliotrope #D48CFC
RGB
CMYK
RGB Variations
Color information
#D48CFC (or 0xD48CFC) is known color: Heliotrope. HEX triplet: D4, 8C and FC. RGB value is (212,140,252). Sum of RGB (Red+Green+Blue) = 212+140+252=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 140 (55.08% from 255 or 23.18% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #D48CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48CFC is #2B7303. Grayscale: #ADADAD. Windows color (decimal): -2847492 or 16551124. OLE color: 16551124.
HSL color Cylindrical-coordinate representation of color #D48CFC: hue angle of 278.57º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D48CFC is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 140 | 252 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.01 |
| HSL | 278.57º | 0.95% | 0.77% | - |
| HSV(B) | 278.57º | 0.44% | 0.99% | - |
| XYZ | 54.1 | 39.78 | 96.92 | - |
| YUV | 174.3 | 171.85 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 252 | 0.16 | 0.44 | 0 | 0.01 | 278.57 | 0.95 | 0.77 |
| Hex | D4 | 8C | FC | 10 | 2C | 0 | 1 | 117 | 5F | 4D |
| Octal | 324 | 214 | 374 | 20 | 54 | 0 | 1 | 427 | 137 | 115 |
| Binary | 11010100 | 10001100 | 11111100 | 10000 | 101100 | 0 | 1 | 100010111 | 1011111 | 1001101 |
Color Harmonies of #D48CFC
Complementary color
Monochromatic Colors of #D48CFC
Black with #D48CFC
Text Example
Text Example
White with #D48CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48CFC; }
p { color: rgb(212,140,252); }
H1.HeaderClassName
{
color: #D48CFC;
}
.AnyTagClassName
{
color: #D48CFC;
}
</style>
background-color css
<style>
a { background-color: #D48CFC; }
a { background-color: rgb(212,140,252); }
div.DivClassName
{
background-color: #D48CFC;
}
.BgClassName
{
background-color: #D48CFC;
}
</style>
border-color css
<style>
span { border-color: #D48CFC; }
span { border-color: rgb(212,140,252); }
td.TdClassName
{
border-color: #D48CFC;
}
.TagClassName
{
border-color: #D48CFC;
}
</style>