Shades of Medium Orchid #D153EF
Tints of Medium Orchid #D153EF
RGB
CMYK
RGB Variations
Color information
#D153EF (or 0xD153EF) is known color: Medium Orchid. HEX triplet: D1, 53 and EF. RGB value is (209,83,239). Sum of RGB (Red+Green+Blue) = 209+83+239=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 83 (32.81% from 255 or 15.63% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #D153EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D153EF is #2EAC10. Grayscale: #898989. Windows color (decimal): -3058705 or 15684561. OLE color: 15684561.
HSL color Cylindrical-coordinate representation of color #D153EF: hue angle of 288.46º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D153EF is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 83 | 239 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.06 |
| HSL | 288.46º | 0.83% | 0.63% | - |
| HSV(B) | 288.46º | 0.65% | 0.94% | - |
| XYZ | 44.97 | 25.97 | 84.3 | - |
| YUV | 138.46 | 184.74 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 239 | 0.13 | 0.65 | 0 | 0.06 | 288.46 | 0.83 | 0.63 |
| Hex | D1 | 53 | EF | D | 41 | 0 | 6 | 120 | 53 | 3F |
| Octal | 321 | 123 | 357 | 15 | 101 | 0 | 6 | 440 | 123 | 77 |
| Binary | 11010001 | 1010011 | 11101111 | 1101 | 1000001 | 0 | 110 | 100100000 | 1010011 | 111111 |
Color Harmonies of #D153EF
Complementary color
Monochromatic Colors of #D153EF
Black with #D153EF
Text Example
Text Example
White with #D153EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D153EF; }
p { color: rgb(209,83,239); }
H1.HeaderClassName
{
color: #D153EF;
}
.AnyTagClassName
{
color: #D153EF;
}
</style>
background-color css
<style>
a { background-color: #D153EF; }
a { background-color: rgb(209,83,239); }
div.DivClassName
{
background-color: #D153EF;
}
.BgClassName
{
background-color: #D153EF;
}
</style>
border-color css
<style>
span { border-color: #D153EF; }
span { border-color: rgb(209,83,239); }
td.TdClassName
{
border-color: #D153EF;
}
.TagClassName
{
border-color: #D153EF;
}
</style>