Shades of Medium Orchid #D05CEA
Tints of Medium Orchid #D05CEA
RGB
CMYK
RGB Variations
Color information
#D05CEA (or 0xD05CEA) is known color: Medium Orchid. HEX triplet: D0, 5C and EA. RGB value is (208,92,234). Sum of RGB (Red+Green+Blue) = 208+92+234=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 92 (36.33% from 255 or 17.23% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #D05CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05CEA is #2FA315. Grayscale: #8E8E8E. Windows color (decimal): -3121942 or 15359184. OLE color: 15359184.
HSL color Cylindrical-coordinate representation of color #D05CEA: hue angle of 289.01º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D05CEA is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 92 | 234 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.08 |
| HSL | 289.01º | 0.77% | 0.64% | - |
| HSV(B) | 289.01º | 0.61% | 0.92% | - |
| XYZ | 44.69 | 27 | 80.7 | - |
| YUV | 142.87 | 179.43 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 234 | 0.11 | 0.61 | 0 | 0.08 | 289.01 | 0.77 | 0.64 |
| Hex | D0 | 5C | EA | B | 3D | 0 | 8 | 121 | 4D | 40 |
| Octal | 320 | 134 | 352 | 13 | 75 | 0 | 10 | 441 | 115 | 100 |
| Binary | 11010000 | 1011100 | 11101010 | 1011 | 111101 | 0 | 1000 | 100100001 | 1001101 | 1000000 |
Color Harmonies of #D05CEA
Complementary color
Monochromatic Colors of #D05CEA
Black with #D05CEA
Text Example
Text Example
White with #D05CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05CEA; }
p { color: rgb(208,92,234); }
H1.HeaderClassName
{
color: #D05CEA;
}
.AnyTagClassName
{
color: #D05CEA;
}
</style>
background-color css
<style>
a { background-color: #D05CEA; }
a { background-color: rgb(208,92,234); }
div.DivClassName
{
background-color: #D05CEA;
}
.BgClassName
{
background-color: #D05CEA;
}
</style>
border-color css
<style>
span { border-color: #D05CEA; }
span { border-color: rgb(208,92,234); }
td.TdClassName
{
border-color: #D05CEA;
}
.TagClassName
{
border-color: #D05CEA;
}
</style>