Shades of Medium Orchid #D152EE
Tints of Medium Orchid #D152EE
RGB
CMYK
RGB Variations
Color information
#D152EE (or 0xD152EE) is known color: Medium Orchid. HEX triplet: D1, 52 and EE. RGB value is (209,82,238). Sum of RGB (Red+Green+Blue) = 209+82+238=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #D152EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D152EE is #2EAD11. Grayscale: #898989. Windows color (decimal): -3058962 or 15618769. OLE color: 15618769.
HSL color Cylindrical-coordinate representation of color #D152EE: hue angle of 288.85º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D152EE is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 82 | 238 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.07 |
| HSL | 288.85º | 0.82% | 0.63% | - |
| HSV(B) | 288.85º | 0.66% | 0.93% | - |
| XYZ | 44.74 | 25.76 | 83.5 | - |
| YUV | 137.76 | 184.58 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 238 | 0.12 | 0.66 | 0 | 0.07 | 288.85 | 0.82 | 0.63 |
| Hex | D1 | 52 | EE | C | 42 | 0 | 7 | 121 | 52 | 3F |
| Octal | 321 | 122 | 356 | 14 | 102 | 0 | 7 | 441 | 122 | 77 |
| Binary | 11010001 | 1010010 | 11101110 | 1100 | 1000010 | 0 | 111 | 100100001 | 1010010 | 111111 |
Color Harmonies of #D152EE
Complementary color
Monochromatic Colors of #D152EE
Black with #D152EE
Text Example
Text Example
White with #D152EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D152EE; }
p { color: rgb(209,82,238); }
H1.HeaderClassName
{
color: #D152EE;
}
.AnyTagClassName
{
color: #D152EE;
}
</style>
background-color css
<style>
a { background-color: #D152EE; }
a { background-color: rgb(209,82,238); }
div.DivClassName
{
background-color: #D152EE;
}
.BgClassName
{
background-color: #D152EE;
}
</style>
border-color css
<style>
span { border-color: #D152EE; }
span { border-color: rgb(209,82,238); }
td.TdClassName
{
border-color: #D152EE;
}
.TagClassName
{
border-color: #D152EE;
}
</style>