Shades of Heliotrope #D38CFF
Tints of Heliotrope #D38CFF
RGB
CMYK
RGB Variations
Color information
#D38CFF (or 0xD38CFF) is known color: Heliotrope. HEX triplet: D3, 8C and FF. RGB value is (211,140,255). Sum of RGB (Red+Green+Blue) = 211+140+255=606 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.82% from 606); Green value is 140 (55.08% from 255 or 23.10% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #D38CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38CFF is #2C7300. Grayscale: #ADADAD. Windows color (decimal): -2913025 or 16747731. OLE color: 16747731.
HSL color Cylindrical-coordinate representation of color #D38CFF: hue angle of 277.04º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D38CFF is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 140 | 255 | - |
| CMYK | 0.17 | 0.45 | 0 | 0 |
| HSL | 277.04º | 1% | 0.77% | - |
| HSV(B) | 277.04º | 0.45% | 1% | - |
| XYZ | 54.29 | 39.83 | 99.43 | - |
| YUV | 174.34 | 173.52 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 140 | 255 | 0.17 | 0.45 | 0 | 0 | 277.04 | 1 | 0.77 |
| Hex | D3 | 8C | FF | 11 | 2D | 0 | 0 | 115 | 64 | 4D |
| Octal | 323 | 214 | 377 | 21 | 55 | 0 | 0 | 425 | 144 | 115 |
| Binary | 11010011 | 10001100 | 11111111 | 10001 | 101101 | 0 | 0 | 100010101 | 1100100 | 1001101 |
Color Harmonies of #D38CFF
Complementary color
Monochromatic Colors of #D38CFF
Black with #D38CFF
Text Example
Text Example
White with #D38CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38CFF; }
p { color: rgb(211,140,255); }
H1.HeaderClassName
{
color: #D38CFF;
}
.AnyTagClassName
{
color: #D38CFF;
}
</style>
background-color css
<style>
a { background-color: #D38CFF; }
a { background-color: rgb(211,140,255); }
div.DivClassName
{
background-color: #D38CFF;
}
.BgClassName
{
background-color: #D38CFF;
}
</style>
border-color css
<style>
span { border-color: #D38CFF; }
span { border-color: rgb(211,140,255); }
td.TdClassName
{
border-color: #D38CFF;
}
.TagClassName
{
border-color: #D38CFF;
}
</style>