Shades of Medium Orchid #D05CE3
Tints of Medium Orchid #D05CE3
RGB
CMYK
RGB Variations
Color information
#D05CE3 (or 0xD05CE3) is known color: Medium Orchid. HEX triplet: D0, 5C and E3. RGB value is (208,92,227). Sum of RGB (Red+Green+Blue) = 208+92+227=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 92 (36.33% from 255 or 17.46% from 527); Blue value is 227 (89.06% from 255 or 43.07% from 527); Max value from RGB is 227 - color contains mainly: blue. Hex color #D05CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05CE3 is #2FA31C. Grayscale: #8D8D8D. Windows color (decimal): -3121949 or 14900432. OLE color: 14900432.
HSL color Cylindrical-coordinate representation of color #D05CE3: hue angle of 291.56º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D05CE3 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 92 | 227 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.11 |
| HSL | 291.56º | 0.71% | 0.63% | - |
| HSV(B) | 291.56º | 0.59% | 0.89% | - |
| XYZ | 43.7 | 26.61 | 75.51 | - |
| YUV | 142.07 | 175.93 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 227 | 0.08 | 0.59 | 0 | 0.11 | 291.56 | 0.71 | 0.63 |
| Hex | D0 | 5C | E3 | 8 | 3B | 0 | B | 124 | 47 | 3F |
| Octal | 320 | 134 | 343 | 10 | 73 | 0 | 13 | 444 | 107 | 77 |
| Binary | 11010000 | 1011100 | 11100011 | 1000 | 111011 | 0 | 1011 | 100100100 | 1000111 | 111111 |
Color Harmonies of #D05CE3
Complementary color
Monochromatic Colors of #D05CE3
Black with #D05CE3
Text Example
Text Example
White with #D05CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05CE3; }
p { color: rgb(208,92,227); }
H1.HeaderClassName
{
color: #D05CE3;
}
.AnyTagClassName
{
color: #D05CE3;
}
</style>
background-color css
<style>
a { background-color: #D05CE3; }
a { background-color: rgb(208,92,227); }
div.DivClassName
{
background-color: #D05CE3;
}
.BgClassName
{
background-color: #D05CE3;
}
</style>
border-color css
<style>
span { border-color: #D05CE3; }
span { border-color: rgb(208,92,227); }
td.TdClassName
{
border-color: #D05CE3;
}
.TagClassName
{
border-color: #D05CE3;
}
</style>