Shades of Medium Orchid #D05CE9
Tints of Medium Orchid #D05CE9
RGB
CMYK
RGB Variations
Color information
#D05CE9 (or 0xD05CE9) is known color: Medium Orchid. HEX triplet: D0, 5C and E9. RGB value is (208,92,233). Sum of RGB (Red+Green+Blue) = 208+92+233=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 92 (36.33% from 255 or 17.26% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #D05CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05CE9 is #2FA316. Grayscale: #8E8E8E. Windows color (decimal): -3121943 or 15293648. OLE color: 15293648.
HSL color Cylindrical-coordinate representation of color #D05CE9: hue angle of 289.36º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D05CE9 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 92 | 233 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.09 |
| HSL | 289.36º | 0.76% | 0.64% | - |
| HSV(B) | 289.36º | 0.61% | 0.91% | - |
| XYZ | 44.55 | 26.95 | 79.94 | - |
| YUV | 142.76 | 178.93 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 233 | 0.11 | 0.61 | 0 | 0.09 | 289.36 | 0.76 | 0.64 |
| Hex | D0 | 5C | E9 | B | 3D | 0 | 9 | 121 | 4C | 40 |
| Octal | 320 | 134 | 351 | 13 | 75 | 0 | 11 | 441 | 114 | 100 |
| Binary | 11010000 | 1011100 | 11101001 | 1011 | 111101 | 0 | 1001 | 100100001 | 1001100 | 1000000 |
Color Harmonies of #D05CE9
Complementary color
Monochromatic Colors of #D05CE9
Black with #D05CE9
Text Example
Text Example
White with #D05CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05CE9; }
p { color: rgb(208,92,233); }
H1.HeaderClassName
{
color: #D05CE9;
}
.AnyTagClassName
{
color: #D05CE9;
}
</style>
background-color css
<style>
a { background-color: #D05CE9; }
a { background-color: rgb(208,92,233); }
div.DivClassName
{
background-color: #D05CE9;
}
.BgClassName
{
background-color: #D05CE9;
}
</style>
border-color css
<style>
span { border-color: #D05CE9; }
span { border-color: rgb(208,92,233); }
td.TdClassName
{
border-color: #D05CE9;
}
.TagClassName
{
border-color: #D05CE9;
}
</style>