Shades of Medium Orchid #D155ED
Tints of Medium Orchid #D155ED
RGB
CMYK
RGB Variations
Color information
#D155ED (or 0xD155ED) is known color: Medium Orchid. HEX triplet: D1, 55 and ED. RGB value is (209,85,237). Sum of RGB (Red+Green+Blue) = 209+85+237=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #D155ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D155ED is #2EAA12. Grayscale: #8A8A8A. Windows color (decimal): -3058195 or 15554001. OLE color: 15554001.
HSL color Cylindrical-coordinate representation of color #D155ED: hue angle of 288.95º degrees, saturation: 0.81, 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 #D155ED is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 209 | 85 | 237 | - |
CMYK | 0.12 | 0.64 | 0 | 0.07 |
HSL | 288.95º | 0.81% | 0.63% | - |
HSV(B) | 288.95º | 0.64% | 0.93% | - |
XYZ | 44.83 | 26.17 | 82.81 | - |
YUV | 139.4 | 183.08 | 177.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 85 | 237 | 0.12 | 0.64 | 0 | 0.07 | 288.95 | 0.81 | 0.63 |
Hex | D1 | 55 | ED | C | 40 | 0 | 7 | 121 | 51 | 3F |
Octal | 321 | 125 | 355 | 14 | 100 | 0 | 7 | 441 | 121 | 77 |
Binary | 11010001 | 1010101 | 11101101 | 1100 | 1000000 | 0 | 111 | 100100001 | 1010001 | 111111 |
Color Harmonies of #D155ED
Complementary color
Monochromatic Colors of #D155ED
Black with #D155ED
Text Example
Text Example
White with #D155ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155ED; }
p { color: rgb(209,85,237); }
H1.HeaderClassName
{
color: #D155ED;
}
.AnyTagClassName
{
color: #D155ED;
}
</style>
background-color css
<style>
a { background-color: #D155ED; }
a { background-color: rgb(209,85,237); }
div.DivClassName
{
background-color: #D155ED;
}
.BgClassName
{
background-color: #D155ED;
}
</style>
border-color css
<style>
span { border-color: #D155ED; }
span { border-color: rgb(209,85,237); }
td.TdClassName
{
border-color: #D155ED;
}
.TagClassName
{
border-color: #D155ED;
}
</style>