Shades of Medium Orchid #D145E8
Tints of Medium Orchid #D145E8
RGB
CMYK
RGB Variations
Color information
#D145E8 (or 0xD145E8) is known color: Medium Orchid. HEX triplet: D1, 45 and E8. RGB value is (209,69,232). Sum of RGB (Red+Green+Blue) = 209+69+232=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 69 (27.34% from 255 or 13.53% from 510); Blue value is 232 (91.02% from 255 or 45.49% from 510); Max value from RGB is 232 - color contains mainly: blue. Hex color #D145E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D145E8 is #2EBA17. Grayscale: #808080. Windows color (decimal): -3062296 or 15222225. OLE color: 15222225.
HSL color Cylindrical-coordinate representation of color #D145E8: hue angle of 291.53º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D145E8 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 69 | 232 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.09 |
| HSL | 291.53º | 0.78% | 0.59% | - |
| HSV(B) | 291.53º | 0.7% | 0.91% | - |
| XYZ | 42.99 | 23.64 | 78.64 | - |
| YUV | 129.44 | 185.88 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 232 | 0.10 | 0.70 | 0 | 0.09 | 291.53 | 0.78 | 0.59 |
| Hex | D1 | 45 | E8 | A | 46 | 0 | 9 | 124 | 4E | 3B |
| Octal | 321 | 105 | 350 | 12 | 106 | 0 | 11 | 444 | 116 | 73 |
| Binary | 11010001 | 1000101 | 11101000 | 1010 | 1000110 | 0 | 1001 | 100100100 | 1001110 | 111011 |
Color Harmonies of #D145E8
Complementary color
Monochromatic Colors of #D145E8
Black with #D145E8
Text Example
Text Example
White with #D145E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D145E8; }
p { color: rgb(209,69,232); }
H1.HeaderClassName
{
color: #D145E8;
}
.AnyTagClassName
{
color: #D145E8;
}
</style>
background-color css
<style>
a { background-color: #D145E8; }
a { background-color: rgb(209,69,232); }
div.DivClassName
{
background-color: #D145E8;
}
.BgClassName
{
background-color: #D145E8;
}
</style>
border-color css
<style>
span { border-color: #D145E8; }
span { border-color: rgb(209,69,232); }
td.TdClassName
{
border-color: #D145E8;
}
.TagClassName
{
border-color: #D145E8;
}
</style>