Shades of Heliotrope #D38BFC
Tints of Heliotrope #D38BFC
RGB
CMYK
RGB Variations
Color information
#D38BFC (or 0xD38BFC) is known color: Heliotrope. HEX triplet: D3, 8B and FC. RGB value is (211,139,252). Sum of RGB (Red+Green+Blue) = 211+139+252=602 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.05% from 602); Green value is 139 (54.69% from 255 or 23.09% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #D38BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38BFC is #2C7403. Grayscale: #ADADAD. Windows color (decimal): -2913284 or 16550867. OLE color: 16550867.
HSL color Cylindrical-coordinate representation of color #D38BFC: hue angle of 278.23º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D38BFC is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 139 | 252 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.01 |
| HSL | 278.23º | 0.95% | 0.77% | - |
| HSV(B) | 278.23º | 0.45% | 0.99% | - |
| XYZ | 53.67 | 39.34 | 96.86 | - |
| YUV | 173.41 | 172.35 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 139 | 252 | 0.16 | 0.45 | 0 | 0.01 | 278.23 | 0.95 | 0.77 |
| Hex | D3 | 8B | FC | 10 | 2D | 0 | 1 | 116 | 5F | 4D |
| Octal | 323 | 213 | 374 | 20 | 55 | 0 | 1 | 426 | 137 | 115 |
| Binary | 11010011 | 10001011 | 11111100 | 10000 | 101101 | 0 | 1 | 100010110 | 1011111 | 1001101 |
Color Harmonies of #D38BFC
Complementary color
Monochromatic Colors of #D38BFC
Black with #D38BFC
Text Example
Text Example
White with #D38BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38BFC; }
p { color: rgb(211,139,252); }
H1.HeaderClassName
{
color: #D38BFC;
}
.AnyTagClassName
{
color: #D38BFC;
}
</style>
background-color css
<style>
a { background-color: #D38BFC; }
a { background-color: rgb(211,139,252); }
div.DivClassName
{
background-color: #D38BFC;
}
.BgClassName
{
background-color: #D38BFC;
}
</style>
border-color css
<style>
span { border-color: #D38BFC; }
span { border-color: rgb(211,139,252); }
td.TdClassName
{
border-color: #D38BFC;
}
.TagClassName
{
border-color: #D38BFC;
}
</style>