Shades of Heliotrope #D375EC
Tints of Heliotrope #D375EC
RGB
CMYK
RGB Variations
Color information
#D375EC (or 0xD375EC) is known color: Heliotrope. HEX triplet: D3, 75 and EC. RGB value is (211,117,236). Sum of RGB (Red+Green+Blue) = 211+117+236=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #D375EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D375EC is #2C8A13. Grayscale: #9E9E9E. Windows color (decimal): -2918932 or 15496659. OLE color: 15496659.
HSL color Cylindrical-coordinate representation of color #D375EC: hue angle of 287.39º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D375EC is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 117 | 236 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.07 |
| HSL | 287.4º | 0.76% | 0.69% | - |
| HSV(B) | 287.4º | 0.5% | 0.93% | - |
| XYZ | 48.37 | 32.63 | 83.11 | - |
| YUV | 158.67 | 171.64 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 236 | 0.11 | 0.50 | 0 | 0.07 | 287.4 | 0.76 | 0.69 |
| Hex | D3 | 75 | EC | B | 32 | 0 | 7 | 11F | 4C | 45 |
| Octal | 323 | 165 | 354 | 13 | 62 | 0 | 7 | 437 | 114 | 105 |
| Binary | 11010011 | 1110101 | 11101100 | 1011 | 110010 | 0 | 111 | 100011111 | 1001100 | 1000101 |
Color Harmonies of #D375EC
Complementary color
Monochromatic Colors of #D375EC
Black with #D375EC
Text Example
Text Example
White with #D375EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D375EC; }
p { color: rgb(211,117,236); }
H1.HeaderClassName
{
color: #D375EC;
}
.AnyTagClassName
{
color: #D375EC;
}
</style>
background-color css
<style>
a { background-color: #D375EC; }
a { background-color: rgb(211,117,236); }
div.DivClassName
{
background-color: #D375EC;
}
.BgClassName
{
background-color: #D375EC;
}
</style>
border-color css
<style>
span { border-color: #D375EC; }
span { border-color: rgb(211,117,236); }
td.TdClassName
{
border-color: #D375EC;
}
.TagClassName
{
border-color: #D375EC;
}
</style>