Shades of Medium Orchid #D152E5
Tints of Medium Orchid #D152E5
RGB
CMYK
RGB Variations
Color information
#D152E5 (or 0xD152E5) is known color: Medium Orchid. HEX triplet: D1, 52 and E5. RGB value is (209,82,229). Sum of RGB (Red+Green+Blue) = 209+82+229=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 82 (32.42% from 255 or 15.77% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #D152E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D152E5 is #2EAD1A. Grayscale: #888888. Windows color (decimal): -3058971 or 15028945. OLE color: 15028945.
HSL color Cylindrical-coordinate representation of color #D152E5: hue angle of 291.84º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D152E5 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 82 | 229 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.10 |
| HSL | 291.84º | 0.74% | 0.61% | - |
| HSV(B) | 291.84º | 0.64% | 0.9% | - |
| XYZ | 43.45 | 25.25 | 76.71 | - |
| YUV | 136.73 | 180.08 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 229 | 0.09 | 0.64 | 0 | 0.10 | 291.84 | 0.74 | 0.61 |
| Hex | D1 | 52 | E5 | 9 | 40 | 0 | A | 124 | 4A | 3D |
| Octal | 321 | 122 | 345 | 11 | 100 | 0 | 12 | 444 | 112 | 75 |
| Binary | 11010001 | 1010010 | 11100101 | 1001 | 1000000 | 0 | 1010 | 100100100 | 1001010 | 111101 |
Color Harmonies of #D152E5
Complementary color
Monochromatic Colors of #D152E5
Black with #D152E5
Text Example
Text Example
White with #D152E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D152E5; }
p { color: rgb(209,82,229); }
H1.HeaderClassName
{
color: #D152E5;
}
.AnyTagClassName
{
color: #D152E5;
}
</style>
background-color css
<style>
a { background-color: #D152E5; }
a { background-color: rgb(209,82,229); }
div.DivClassName
{
background-color: #D152E5;
}
.BgClassName
{
background-color: #D152E5;
}
</style>
border-color css
<style>
span { border-color: #D152E5; }
span { border-color: rgb(209,82,229); }
td.TdClassName
{
border-color: #D152E5;
}
.TagClassName
{
border-color: #D152E5;
}
</style>