Shades of Medium Orchid #D148E8
Tints of Medium Orchid #D148E8
RGB
CMYK
RGB Variations
Color information
#D148E8 (or 0xD148E8) is known color: Medium Orchid. HEX triplet: D1, 48 and E8. RGB value is (209,72,232). Sum of RGB (Red+Green+Blue) = 209+72+232=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 72 (28.52% from 255 or 14.04% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 232 - color contains mainly: blue. Hex color #D148E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D148E8 is #2EB717. Grayscale: #828282. Windows color (decimal): -3061528 or 15222993. OLE color: 15222993.
HSL color Cylindrical-coordinate representation of color #D148E8: hue angle of 291.38º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D148E8 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 72 | 232 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.09 |
| HSL | 291.38º | 0.78% | 0.6% | - |
| HSV(B) | 291.38º | 0.69% | 0.91% | - |
| XYZ | 43.18 | 24.02 | 78.7 | - |
| YUV | 131.2 | 184.89 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 232 | 0.10 | 0.69 | 0 | 0.09 | 291.38 | 0.78 | 0.6 |
| Hex | D1 | 48 | E8 | A | 45 | 0 | 9 | 123 | 4E | 3C |
| Octal | 321 | 110 | 350 | 12 | 105 | 0 | 11 | 443 | 116 | 74 |
| Binary | 11010001 | 1001000 | 11101000 | 1010 | 1000101 | 0 | 1001 | 100100011 | 1001110 | 111100 |
Color Harmonies of #D148E8
Complementary color
Monochromatic Colors of #D148E8
Black with #D148E8
Text Example
Text Example
White with #D148E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D148E8; }
p { color: rgb(209,72,232); }
H1.HeaderClassName
{
color: #D148E8;
}
.AnyTagClassName
{
color: #D148E8;
}
</style>
background-color css
<style>
a { background-color: #D148E8; }
a { background-color: rgb(209,72,232); }
div.DivClassName
{
background-color: #D148E8;
}
.BgClassName
{
background-color: #D148E8;
}
</style>
border-color css
<style>
span { border-color: #D148E8; }
span { border-color: rgb(209,72,232); }
td.TdClassName
{
border-color: #D148E8;
}
.TagClassName
{
border-color: #D148E8;
}
</style>