Shades of Medium Orchid #D045F5
Tints of Medium Orchid #D045F5
RGB
CMYK
RGB Variations
Color information
#D045F5 (or 0xD045F5) is known color: Medium Orchid. HEX triplet: D0, 45 and F5. RGB value is (208,69,245). Sum of RGB (Red+Green+Blue) = 208+69+245=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 69 (27.34% from 255 or 13.22% from 522); Blue value is 245 (96.09% from 255 or 46.93% from 522); Max value from RGB is 245 - color contains mainly: blue. Hex color #D045F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D045F5 is #2FBA0A. Grayscale: #828282. Windows color (decimal): -3127819 or 16074192. OLE color: 16074192.
HSL color Cylindrical-coordinate representation of color #D045F5: hue angle of 287.39º degrees, saturation: 0.9, 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 #D045F5 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 69 | 245 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.04 |
| HSL | 287.39º | 0.9% | 0.62% | - |
| HSV(B) | 287.39º | 0.72% | 0.96% | - |
| XYZ | 44.62 | 24.26 | 88.72 | - |
| YUV | 130.63 | 192.55 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 245 | 0.15 | 0.72 | 0 | 0.04 | 287.39 | 0.9 | 0.62 |
| Hex | D0 | 45 | F5 | F | 48 | 0 | 4 | 11F | 5A | 3E |
| Octal | 320 | 105 | 365 | 17 | 110 | 0 | 4 | 437 | 132 | 76 |
| Binary | 11010000 | 1000101 | 11110101 | 1111 | 1001000 | 0 | 100 | 100011111 | 1011010 | 111110 |
Color Harmonies of #D045F5
Complementary color
Monochromatic Colors of #D045F5
Black with #D045F5
Text Example
Text Example
White with #D045F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045F5; }
p { color: rgb(208,69,245); }
H1.HeaderClassName
{
color: #D045F5;
}
.AnyTagClassName
{
color: #D045F5;
}
</style>
background-color css
<style>
a { background-color: #D045F5; }
a { background-color: rgb(208,69,245); }
div.DivClassName
{
background-color: #D045F5;
}
.BgClassName
{
background-color: #D045F5;
}
</style>
border-color css
<style>
span { border-color: #D045F5; }
span { border-color: rgb(208,69,245); }
td.TdClassName
{
border-color: #D045F5;
}
.TagClassName
{
border-color: #D045F5;
}
</style>