Shades of Heliotrope #D48CF1
Tints of Heliotrope #D48CF1
RGB
CMYK
RGB Variations
Color information
#D48CF1 (or 0xD48CF1) is known color: Heliotrope. HEX triplet: D4, 8C and F1. RGB value is (212,140,241). Sum of RGB (Red+Green+Blue) = 212+140+241=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #D48CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48CF1 is #2B730E. Grayscale: #ACACAC. Windows color (decimal): -2847503 or 15830228. OLE color: 15830228.
HSL color Cylindrical-coordinate representation of color #D48CF1: hue angle of 282.77º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D48CF1 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 140 | 241 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.05 |
| HSL | 282.77º | 0.78% | 0.75% | - |
| HSV(B) | 282.77º | 0.42% | 0.95% | - |
| XYZ | 52.41 | 39.1 | 88 | - |
| YUV | 173.04 | 166.35 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 241 | 0.12 | 0.42 | 0 | 0.05 | 282.77 | 0.78 | 0.75 |
| Hex | D4 | 8C | F1 | C | 2A | 0 | 5 | 11B | 4E | 4B |
| Octal | 324 | 214 | 361 | 14 | 52 | 0 | 5 | 433 | 116 | 113 |
| Binary | 11010100 | 10001100 | 11110001 | 1100 | 101010 | 0 | 101 | 100011011 | 1001110 | 1001011 |
Color Harmonies of #D48CF1
Complementary color
Monochromatic Colors of #D48CF1
Black with #D48CF1
Text Example
Text Example
White with #D48CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48CF1; }
p { color: rgb(212,140,241); }
H1.HeaderClassName
{
color: #D48CF1;
}
.AnyTagClassName
{
color: #D48CF1;
}
</style>
background-color css
<style>
a { background-color: #D48CF1; }
a { background-color: rgb(212,140,241); }
div.DivClassName
{
background-color: #D48CF1;
}
.BgClassName
{
background-color: #D48CF1;
}
</style>
border-color css
<style>
span { border-color: #D48CF1; }
span { border-color: rgb(212,140,241); }
td.TdClassName
{
border-color: #D48CF1;
}
.TagClassName
{
border-color: #D48CF1;
}
</style>