Shades of Heliotrope #D075F0
Tints of Heliotrope #D075F0
RGB
CMYK
RGB Variations
Color information
#D075F0 (or 0xD075F0) is known color: Heliotrope. HEX triplet: D0, 75 and F0. RGB value is (208,117,240). Sum of RGB (Red+Green+Blue) = 208+117+240=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #D075F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D075F0 is #2F8A0F. Grayscale: #9D9D9D. Windows color (decimal): -3115536 or 15758800. OLE color: 15758800.
HSL color Cylindrical-coordinate representation of color #D075F0: hue angle of 284.39º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D075F0 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 117 | 240 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.06 |
| HSL | 284.39º | 0.8% | 0.7% | - |
| HSV(B) | 284.39º | 0.51% | 0.94% | - |
| XYZ | 48.1 | 32.42 | 86.16 | - |
| YUV | 158.23 | 174.15 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 240 | 0.13 | 0.51 | 0 | 0.06 | 284.39 | 0.8 | 0.7 |
| Hex | D0 | 75 | F0 | D | 33 | 0 | 6 | 11C | 50 | 46 |
| Octal | 320 | 165 | 360 | 15 | 63 | 0 | 6 | 434 | 120 | 106 |
| Binary | 11010000 | 1110101 | 11110000 | 1101 | 110011 | 0 | 110 | 100011100 | 1010000 | 1000110 |
Color Harmonies of #D075F0
Complementary color
Monochromatic Colors of #D075F0
Black with #D075F0
Text Example
Text Example
White with #D075F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D075F0; }
p { color: rgb(208,117,240); }
H1.HeaderClassName
{
color: #D075F0;
}
.AnyTagClassName
{
color: #D075F0;
}
</style>
background-color css
<style>
a { background-color: #D075F0; }
a { background-color: rgb(208,117,240); }
div.DivClassName
{
background-color: #D075F0;
}
.BgClassName
{
background-color: #D075F0;
}
</style>
border-color css
<style>
span { border-color: #D075F0; }
span { border-color: rgb(208,117,240); }
td.TdClassName
{
border-color: #D075F0;
}
.TagClassName
{
border-color: #D075F0;
}
</style>