Shades of Medium Orchid #D03CEE
Tints of Medium Orchid #D03CEE
RGB
CMYK
RGB Variations
Color information
#D03CEE (or 0xD03CEE) is known color: Medium Orchid. HEX triplet: D0, 3C and EE. RGB value is (208,60,238). Sum of RGB (Red+Green+Blue) = 208+60+238=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 60 (23.83% from 255 or 11.86% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #D03CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03CEE is #2FC311. Grayscale: #7B7B7B. Windows color (decimal): -3130130 or 15613136. OLE color: 15613136.
HSL color Cylindrical-coordinate representation of color #D03CEE: hue angle of 289.89º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03CEE is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 60 | 238 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.07 |
| HSL | 289.89º | 0.84% | 0.58% | - |
| HSV(B) | 289.89º | 0.75% | 0.93% | - |
| XYZ | 43.06 | 22.81 | 83.02 | - |
| YUV | 124.54 | 192.03 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 238 | 0.13 | 0.75 | 0 | 0.07 | 289.89 | 0.84 | 0.58 |
| Hex | D0 | 3C | EE | D | 4B | 0 | 7 | 122 | 54 | 3A |
| Octal | 320 | 74 | 356 | 15 | 113 | 0 | 7 | 442 | 124 | 72 |
| Binary | 11010000 | 111100 | 11101110 | 1101 | 1001011 | 0 | 111 | 100100010 | 1010100 | 111010 |
Color Harmonies of #D03CEE
Complementary color
Monochromatic Colors of #D03CEE
Black with #D03CEE
Text Example
Text Example
White with #D03CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03CEE; }
p { color: rgb(208,60,238); }
H1.HeaderClassName
{
color: #D03CEE;
}
.AnyTagClassName
{
color: #D03CEE;
}
</style>
background-color css
<style>
a { background-color: #D03CEE; }
a { background-color: rgb(208,60,238); }
div.DivClassName
{
background-color: #D03CEE;
}
.BgClassName
{
background-color: #D03CEE;
}
</style>
border-color css
<style>
span { border-color: #D03CEE; }
span { border-color: rgb(208,60,238); }
td.TdClassName
{
border-color: #D03CEE;
}
.TagClassName
{
border-color: #D03CEE;
}
</style>