Shades of Medium Orchid #D03CEB
Tints of Medium Orchid #D03CEB
RGB
CMYK
RGB Variations
Color information
#D03CEB (or 0xD03CEB) is known color: Medium Orchid. HEX triplet: D0, 3C and EB. RGB value is (208,60,235). Sum of RGB (Red+Green+Blue) = 208+60+235=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 60 (23.83% from 255 or 11.93% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #D03CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03CEB is #2FC314. Grayscale: #7B7B7B. Windows color (decimal): -3130133 or 15416528. OLE color: 15416528.
HSL color Cylindrical-coordinate representation of color #D03CEB: hue angle of 290.74º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03CEB is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 60 | 235 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.08 |
| HSL | 290.74º | 0.81% | 0.58% | - |
| HSV(B) | 290.74º | 0.74% | 0.92% | - |
| XYZ | 42.62 | 22.64 | 80.72 | - |
| YUV | 124.2 | 190.53 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 235 | 0.11 | 0.74 | 0 | 0.08 | 290.74 | 0.81 | 0.58 |
| Hex | D0 | 3C | EB | B | 4A | 0 | 8 | 123 | 51 | 3A |
| Octal | 320 | 74 | 353 | 13 | 112 | 0 | 10 | 443 | 121 | 72 |
| Binary | 11010000 | 111100 | 11101011 | 1011 | 1001010 | 0 | 1000 | 100100011 | 1010001 | 111010 |
Color Harmonies of #D03CEB
Complementary color
Monochromatic Colors of #D03CEB
Black with #D03CEB
Text Example
Text Example
White with #D03CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03CEB; }
p { color: rgb(208,60,235); }
H1.HeaderClassName
{
color: #D03CEB;
}
.AnyTagClassName
{
color: #D03CEB;
}
</style>
background-color css
<style>
a { background-color: #D03CEB; }
a { background-color: rgb(208,60,235); }
div.DivClassName
{
background-color: #D03CEB;
}
.BgClassName
{
background-color: #D03CEB;
}
</style>
border-color css
<style>
span { border-color: #D03CEB; }
span { border-color: rgb(208,60,235); }
td.TdClassName
{
border-color: #D03CEB;
}
.TagClassName
{
border-color: #D03CEB;
}
</style>