Shades of Medium Orchid #D148EE
Tints of Medium Orchid #D148EE
RGB
CMYK
RGB Variations
Color information
#D148EE (or 0xD148EE) is known color: Medium Orchid. HEX triplet: D1, 48 and EE. RGB value is (209,72,238). Sum of RGB (Red+Green+Blue) = 209+72+238=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 72 (28.52% from 255 or 13.87% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #D148EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D148EE is #2EB711. Grayscale: #838383. Windows color (decimal): -3061522 or 15616209. OLE color: 15616209.
HSL color Cylindrical-coordinate representation of color #D148EE: hue angle of 289.52º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D148EE is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 72 | 238 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.07 |
| HSL | 289.52º | 0.83% | 0.61% | - |
| HSV(B) | 289.52º | 0.7% | 0.93% | - |
| XYZ | 44.04 | 24.36 | 83.27 | - |
| YUV | 131.89 | 187.89 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 238 | 0.12 | 0.70 | 0 | 0.07 | 289.52 | 0.83 | 0.61 |
| Hex | D1 | 48 | EE | C | 46 | 0 | 7 | 122 | 53 | 3D |
| Octal | 321 | 110 | 356 | 14 | 106 | 0 | 7 | 442 | 123 | 75 |
| Binary | 11010001 | 1001000 | 11101110 | 1100 | 1000110 | 0 | 111 | 100100010 | 1010011 | 111101 |
Color Harmonies of #D148EE
Complementary color
Monochromatic Colors of #D148EE
Black with #D148EE
Text Example
Text Example
White with #D148EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D148EE; }
p { color: rgb(209,72,238); }
H1.HeaderClassName
{
color: #D148EE;
}
.AnyTagClassName
{
color: #D148EE;
}
</style>
background-color css
<style>
a { background-color: #D148EE; }
a { background-color: rgb(209,72,238); }
div.DivClassName
{
background-color: #D148EE;
}
.BgClassName
{
background-color: #D148EE;
}
</style>
border-color css
<style>
span { border-color: #D148EE; }
span { border-color: rgb(209,72,238); }
td.TdClassName
{
border-color: #D148EE;
}
.TagClassName
{
border-color: #D148EE;
}
</style>