Shades of Heliotrope #D15CFC
Tints of Heliotrope #D15CFC
RGB
CMYK
RGB Variations
Color information
#D15CFC (or 0xD15CFC) is known color: Heliotrope. HEX triplet: D1, 5C and FC. RGB value is (209,92,252). Sum of RGB (Red+Green+Blue) = 209+92+252=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 92 (36.33% from 255 or 16.64% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #D15CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15CFC is #2EA303. Grayscale: #909090. Windows color (decimal): -3056388 or 16538833. OLE color: 16538833.
HSL color Cylindrical-coordinate representation of color #D15CFC: hue angle of 283.88º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D15CFC is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 92 | 252 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.01 |
| HSL | 283.88º | 0.96% | 0.67% | - |
| HSV(B) | 283.88º | 0.63% | 0.99% | - |
| XYZ | 47.69 | 28.24 | 95.03 | - |
| YUV | 145.22 | 188.26 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 252 | 0.17 | 0.63 | 0 | 0.01 | 283.88 | 0.96 | 0.67 |
| Hex | D1 | 5C | FC | 11 | 3F | 0 | 1 | 11C | 60 | 43 |
| Octal | 321 | 134 | 374 | 21 | 77 | 0 | 1 | 434 | 140 | 103 |
| Binary | 11010001 | 1011100 | 11111100 | 10001 | 111111 | 0 | 1 | 100011100 | 1100000 | 1000011 |
Color Harmonies of #D15CFC
Complementary color
Monochromatic Colors of #D15CFC
Black with #D15CFC
Text Example
Text Example
White with #D15CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15CFC; }
p { color: rgb(209,92,252); }
H1.HeaderClassName
{
color: #D15CFC;
}
.AnyTagClassName
{
color: #D15CFC;
}
</style>
background-color css
<style>
a { background-color: #D15CFC; }
a { background-color: rgb(209,92,252); }
div.DivClassName
{
background-color: #D15CFC;
}
.BgClassName
{
background-color: #D15CFC;
}
</style>
border-color css
<style>
span { border-color: #D15CFC; }
span { border-color: rgb(209,92,252); }
td.TdClassName
{
border-color: #D15CFC;
}
.TagClassName
{
border-color: #D15CFC;
}
</style>