Shades of Medium Orchid #D153EB
Tints of Medium Orchid #D153EB
RGB
CMYK
RGB Variations
Color information
#D153EB (or 0xD153EB) is known color: Medium Orchid. HEX triplet: D1, 53 and EB. RGB value is (209,83,235). Sum of RGB (Red+Green+Blue) = 209+83+235=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 83 (32.81% from 255 or 15.75% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #D153EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D153EB is #2EAC14. Grayscale: #898989. Windows color (decimal): -3058709 or 15422417. OLE color: 15422417.
HSL color Cylindrical-coordinate representation of color #D153EB: hue angle of 289.74º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D153EB is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 83 | 235 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.08 |
| HSL | 289.74º | 0.79% | 0.62% | - |
| HSV(B) | 289.74º | 0.65% | 0.92% | - |
| XYZ | 44.38 | 25.74 | 81.23 | - |
| YUV | 138 | 182.74 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 235 | 0.11 | 0.65 | 0 | 0.08 | 289.74 | 0.79 | 0.62 |
| Hex | D1 | 53 | EB | B | 41 | 0 | 8 | 122 | 4F | 3E |
| Octal | 321 | 123 | 353 | 13 | 101 | 0 | 10 | 442 | 117 | 76 |
| Binary | 11010001 | 1010011 | 11101011 | 1011 | 1000001 | 0 | 1000 | 100100010 | 1001111 | 111110 |
Color Harmonies of #D153EB
Complementary color
Monochromatic Colors of #D153EB
Black with #D153EB
Text Example
Text Example
White with #D153EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D153EB; }
p { color: rgb(209,83,235); }
H1.HeaderClassName
{
color: #D153EB;
}
.AnyTagClassName
{
color: #D153EB;
}
</style>
background-color css
<style>
a { background-color: #D153EB; }
a { background-color: rgb(209,83,235); }
div.DivClassName
{
background-color: #D153EB;
}
.BgClassName
{
background-color: #D153EB;
}
</style>
border-color css
<style>
span { border-color: #D153EB; }
span { border-color: rgb(209,83,235); }
td.TdClassName
{
border-color: #D153EB;
}
.TagClassName
{
border-color: #D153EB;
}
</style>