Shades of Medium Orchid #D145F5
Tints of Medium Orchid #D145F5
RGB
CMYK
RGB Variations
Color information
#D145F5 (or 0xD145F5) is known color: Medium Orchid. HEX triplet: D1, 45 and F5. RGB value is (209,69,245). Sum of RGB (Red+Green+Blue) = 209+69+245=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 69 (27.34% from 255 or 13.19% from 523); Blue value is 245 (96.09% from 255 or 46.85% from 523); Max value from RGB is 245 - color contains mainly: blue. Hex color #D145F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D145F5 is #2EBA0A. Grayscale: #828282. Windows color (decimal): -3062283 or 16074193. OLE color: 16074193.
HSL color Cylindrical-coordinate representation of color #D145F5: hue angle of 287.73º 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 #D145F5 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 69 | 245 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.04 |
| HSL | 287.73º | 0.9% | 0.62% | - |
| HSV(B) | 287.73º | 0.72% | 0.96% | - |
| XYZ | 44.9 | 24.4 | 88.73 | - |
| YUV | 130.92 | 192.38 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 245 | 0.15 | 0.72 | 0 | 0.04 | 287.73 | 0.9 | 0.62 |
| Hex | D1 | 45 | F5 | F | 48 | 0 | 4 | 120 | 5A | 3E |
| Octal | 321 | 105 | 365 | 17 | 110 | 0 | 4 | 440 | 132 | 76 |
| Binary | 11010001 | 1000101 | 11110101 | 1111 | 1001000 | 0 | 100 | 100100000 | 1011010 | 111110 |
Color Harmonies of #D145F5
Complementary color
Monochromatic Colors of #D145F5
Black with #D145F5
Text Example
Text Example
White with #D145F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D145F5; }
p { color: rgb(209,69,245); }
H1.HeaderClassName
{
color: #D145F5;
}
.AnyTagClassName
{
color: #D145F5;
}
</style>
background-color css
<style>
a { background-color: #D145F5; }
a { background-color: rgb(209,69,245); }
div.DivClassName
{
background-color: #D145F5;
}
.BgClassName
{
background-color: #D145F5;
}
</style>
border-color css
<style>
span { border-color: #D145F5; }
span { border-color: rgb(209,69,245); }
td.TdClassName
{
border-color: #D145F5;
}
.TagClassName
{
border-color: #D145F5;
}
</style>