Shades of Heliotrope #D15CFA
Tints of Heliotrope #D15CFA
RGB
CMYK
RGB Variations
Color information
#D15CFA (or 0xD15CFA) is known color: Heliotrope. HEX triplet: D1, 5C and FA. RGB value is (209,92,250). Sum of RGB (Red+Green+Blue) = 209+92+250=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 92 (36.33% from 255 or 16.70% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #D15CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15CFA is #2EA305. Grayscale: #909090. Windows color (decimal): -3056390 or 16407761. OLE color: 16407761.
HSL color Cylindrical-coordinate representation of color #D15CFA: hue angle of 284.43º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D15CFA is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 92 | 250 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.02 |
| HSL | 284.43º | 0.94% | 0.67% | - |
| HSV(B) | 284.43º | 0.63% | 0.98% | - |
| XYZ | 47.38 | 28.11 | 93.37 | - |
| YUV | 145 | 187.26 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 250 | 0.16 | 0.63 | 0 | 0.02 | 284.43 | 0.94 | 0.67 |
| Hex | D1 | 5C | FA | 10 | 3F | 0 | 2 | 11C | 5E | 43 |
| Octal | 321 | 134 | 372 | 20 | 77 | 0 | 2 | 434 | 136 | 103 |
| Binary | 11010001 | 1011100 | 11111010 | 10000 | 111111 | 0 | 10 | 100011100 | 1011110 | 1000011 |
Color Harmonies of #D15CFA
Complementary color
Monochromatic Colors of #D15CFA
Black with #D15CFA
Text Example
Text Example
White with #D15CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15CFA; }
p { color: rgb(209,92,250); }
H1.HeaderClassName
{
color: #D15CFA;
}
.AnyTagClassName
{
color: #D15CFA;
}
</style>
background-color css
<style>
a { background-color: #D15CFA; }
a { background-color: rgb(209,92,250); }
div.DivClassName
{
background-color: #D15CFA;
}
.BgClassName
{
background-color: #D15CFA;
}
</style>
border-color css
<style>
span { border-color: #D15CFA; }
span { border-color: rgb(209,92,250); }
td.TdClassName
{
border-color: #D15CFA;
}
.TagClassName
{
border-color: #D15CFA;
}
</style>