Shades of Medium Orchid #D045F6
Tints of Medium Orchid #D045F6
RGB
CMYK
RGB Variations
Color information
#D045F6 (or 0xD045F6) is known color: Medium Orchid. HEX triplet: D0, 45 and F6. RGB value is (208,69,246). Sum of RGB (Red+Green+Blue) = 208+69+246=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 69 (27.34% from 255 or 13.19% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #D045F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D045F6 is #2FBA09. Grayscale: #828282. Windows color (decimal): -3127818 or 16139728. OLE color: 16139728.
HSL color Cylindrical-coordinate representation of color #D045F6: hue angle of 287.12º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D045F6 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 69 | 246 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.04 |
| HSL | 287.12º | 0.91% | 0.62% | - |
| HSV(B) | 287.12º | 0.72% | 0.96% | - |
| XYZ | 44.78 | 24.32 | 89.52 | - |
| YUV | 130.74 | 193.05 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 246 | 0.15 | 0.72 | 0 | 0.04 | 287.12 | 0.91 | 0.62 |
| Hex | D0 | 45 | F6 | F | 48 | 0 | 4 | 11F | 5B | 3E |
| Octal | 320 | 105 | 366 | 17 | 110 | 0 | 4 | 437 | 133 | 76 |
| Binary | 11010000 | 1000101 | 11110110 | 1111 | 1001000 | 0 | 100 | 100011111 | 1011011 | 111110 |
Color Harmonies of #D045F6
Complementary color
Monochromatic Colors of #D045F6
Black with #D045F6
Text Example
Text Example
White with #D045F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045F6; }
p { color: rgb(208,69,246); }
H1.HeaderClassName
{
color: #D045F6;
}
.AnyTagClassName
{
color: #D045F6;
}
</style>
background-color css
<style>
a { background-color: #D045F6; }
a { background-color: rgb(208,69,246); }
div.DivClassName
{
background-color: #D045F6;
}
.BgClassName
{
background-color: #D045F6;
}
</style>
border-color css
<style>
span { border-color: #D045F6; }
span { border-color: rgb(208,69,246); }
td.TdClassName
{
border-color: #D045F6;
}
.TagClassName
{
border-color: #D045F6;
}
</style>