Shades of Medium Orchid #D145E5
Tints of Medium Orchid #D145E5
RGB
CMYK
RGB Variations
Color information
#D145E5 (or 0xD145E5) is known color: Medium Orchid. HEX triplet: D1, 45 and E5. RGB value is (209,69,229). Sum of RGB (Red+Green+Blue) = 209+69+229=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 69 (27.34% from 255 or 13.61% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #D145E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D145E5 is #2EBA1A. Grayscale: #808080. Windows color (decimal): -3062299 or 15025617. OLE color: 15025617.
HSL color Cylindrical-coordinate representation of color #D145E5: hue angle of 292.5º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D145E5 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 69 | 229 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.10 |
| HSL | 292.5º | 0.75% | 0.58% | - |
| HSV(B) | 292.5º | 0.7% | 0.9% | - |
| XYZ | 42.57 | 23.47 | 76.42 | - |
| YUV | 129.1 | 184.38 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 229 | 0.09 | 0.70 | 0 | 0.10 | 292.5 | 0.75 | 0.58 |
| Hex | D1 | 45 | E5 | 9 | 46 | 0 | A | 124 | 4B | 3A |
| Octal | 321 | 105 | 345 | 11 | 106 | 0 | 12 | 444 | 113 | 72 |
| Binary | 11010001 | 1000101 | 11100101 | 1001 | 1000110 | 0 | 1010 | 100100100 | 1001011 | 111010 |
Color Harmonies of #D145E5
Complementary color
Monochromatic Colors of #D145E5
Black with #D145E5
Text Example
Text Example
White with #D145E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D145E5; }
p { color: rgb(209,69,229); }
H1.HeaderClassName
{
color: #D145E5;
}
.AnyTagClassName
{
color: #D145E5;
}
</style>
background-color css
<style>
a { background-color: #D145E5; }
a { background-color: rgb(209,69,229); }
div.DivClassName
{
background-color: #D145E5;
}
.BgClassName
{
background-color: #D145E5;
}
</style>
border-color css
<style>
span { border-color: #D145E5; }
span { border-color: rgb(209,69,229); }
td.TdClassName
{
border-color: #D145E5;
}
.TagClassName
{
border-color: #D145E5;
}
</style>