Shades of Medium Orchid #D155EE
Tints of Medium Orchid #D155EE
RGB
CMYK
RGB Variations
Color information
#D155EE (or 0xD155EE) is known color: Medium Orchid. HEX triplet: D1, 55 and EE. RGB value is (209,85,238). Sum of RGB (Red+Green+Blue) = 209+85+238=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 85 (33.59% from 255 or 15.98% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #D155EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D155EE is #2EAA11. Grayscale: #8B8B8B. Windows color (decimal): -3058194 or 15619537. OLE color: 15619537.
HSL color Cylindrical-coordinate representation of color #D155EE: hue angle of 288.63º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D155EE is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 85 | 238 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.07 |
| HSL | 288.63º | 0.82% | 0.63% | - |
| HSV(B) | 288.63º | 0.64% | 0.93% | - |
| XYZ | 44.98 | 26.23 | 83.58 | - |
| YUV | 139.52 | 183.58 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 238 | 0.12 | 0.64 | 0 | 0.07 | 288.63 | 0.82 | 0.63 |
| Hex | D1 | 55 | EE | C | 40 | 0 | 7 | 121 | 52 | 3F |
| Octal | 321 | 125 | 356 | 14 | 100 | 0 | 7 | 441 | 122 | 77 |
| Binary | 11010001 | 1010101 | 11101110 | 1100 | 1000000 | 0 | 111 | 100100001 | 1010010 | 111111 |
Color Harmonies of #D155EE
Complementary color
Monochromatic Colors of #D155EE
Black with #D155EE
Text Example
Text Example
White with #D155EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155EE; }
p { color: rgb(209,85,238); }
H1.HeaderClassName
{
color: #D155EE;
}
.AnyTagClassName
{
color: #D155EE;
}
</style>
background-color css
<style>
a { background-color: #D155EE; }
a { background-color: rgb(209,85,238); }
div.DivClassName
{
background-color: #D155EE;
}
.BgClassName
{
background-color: #D155EE;
}
</style>
border-color css
<style>
span { border-color: #D155EE; }
span { border-color: rgb(209,85,238); }
td.TdClassName
{
border-color: #D155EE;
}
.TagClassName
{
border-color: #D155EE;
}
</style>