Shades of Heliotrope #D187FA
Tints of Heliotrope #D187FA
RGB
CMYK
RGB Variations
Color information
#D187FA (or 0xD187FA) is known color: Heliotrope. HEX triplet: D1, 87 and FA. RGB value is (209,135,250). Sum of RGB (Red+Green+Blue) = 209+135+250=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 135 (53.12% from 255 or 22.73% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #D187FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D187FA is #2E7805. Grayscale: #A9A9A9. Windows color (decimal): -3045382 or 16418769. OLE color: 16418769.
HSL color Cylindrical-coordinate representation of color #D187FA: hue angle of 278.61º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D187FA is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 135 | 250 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.02 |
| HSL | 278.61º | 0.92% | 0.75% | - |
| HSV(B) | 278.61º | 0.46% | 0.98% | - |
| XYZ | 52.21 | 37.79 | 94.98 | - |
| YUV | 170.24 | 173.02 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 250 | 0.16 | 0.46 | 0 | 0.02 | 278.61 | 0.92 | 0.75 |
| Hex | D1 | 87 | FA | 10 | 2E | 0 | 2 | 117 | 5C | 4B |
| Octal | 321 | 207 | 372 | 20 | 56 | 0 | 2 | 427 | 134 | 113 |
| Binary | 11010001 | 10000111 | 11111010 | 10000 | 101110 | 0 | 10 | 100010111 | 1011100 | 1001011 |
Color Harmonies of #D187FA
Complementary color
Monochromatic Colors of #D187FA
Black with #D187FA
Text Example
Text Example
White with #D187FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D187FA; }
p { color: rgb(209,135,250); }
H1.HeaderClassName
{
color: #D187FA;
}
.AnyTagClassName
{
color: #D187FA;
}
</style>
background-color css
<style>
a { background-color: #D187FA; }
a { background-color: rgb(209,135,250); }
div.DivClassName
{
background-color: #D187FA;
}
.BgClassName
{
background-color: #D187FA;
}
</style>
border-color css
<style>
span { border-color: #D187FA; }
span { border-color: rgb(209,135,250); }
td.TdClassName
{
border-color: #D187FA;
}
.TagClassName
{
border-color: #D187FA;
}
</style>