Shades of Medium Orchid #D155EF
Tints of Medium Orchid #D155EF
RGB
CMYK
RGB Variations
Color information
#D155EF (or 0xD155EF) is known color: Medium Orchid. HEX triplet: D1, 55 and EF. RGB value is (209,85,239). Sum of RGB (Red+Green+Blue) = 209+85+239=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #D155EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D155EF is #2EAA10. Grayscale: #8B8B8B. Windows color (decimal): -3058193 or 15685073. OLE color: 15685073.
HSL color Cylindrical-coordinate representation of color #D155EF: hue angle of 288.31º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D155EF is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 85 | 239 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.06 |
| HSL | 288.31º | 0.83% | 0.64% | - |
| HSV(B) | 288.31º | 0.64% | 0.94% | - |
| XYZ | 45.12 | 26.28 | 84.36 | - |
| YUV | 139.63 | 184.08 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 239 | 0.13 | 0.64 | 0 | 0.06 | 288.31 | 0.83 | 0.64 |
| Hex | D1 | 55 | EF | D | 40 | 0 | 6 | 120 | 53 | 40 |
| Octal | 321 | 125 | 357 | 15 | 100 | 0 | 6 | 440 | 123 | 100 |
| Binary | 11010001 | 1010101 | 11101111 | 1101 | 1000000 | 0 | 110 | 100100000 | 1010011 | 1000000 |
Color Harmonies of #D155EF
Complementary color
Monochromatic Colors of #D155EF
Black with #D155EF
Text Example
Text Example
White with #D155EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155EF; }
p { color: rgb(209,85,239); }
H1.HeaderClassName
{
color: #D155EF;
}
.AnyTagClassName
{
color: #D155EF;
}
</style>
background-color css
<style>
a { background-color: #D155EF; }
a { background-color: rgb(209,85,239); }
div.DivClassName
{
background-color: #D155EF;
}
.BgClassName
{
background-color: #D155EF;
}
</style>
border-color css
<style>
span { border-color: #D155EF; }
span { border-color: rgb(209,85,239); }
td.TdClassName
{
border-color: #D155EF;
}
.TagClassName
{
border-color: #D155EF;
}
</style>