#D03EEB

Color #D03EEB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #D03EEB

Tints of Medium Orchid #D03EEB

Color information

#D03EEB (or 0xD03EEB) is unknown color: approx Medium Orchid. HEX triplet: D0, 3E and EB. RGB value is (208,62,235). Sum of RGB (Red+Green+Blue) = 208+62+235=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 62 (24.61% from 255 or 12.28% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #D03EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03EEB is #2FC114. Grayscale: #7C7C7C. Windows color (decimal): -3129621 or 15417040. OLE color: 15417040.

HSL color Cylindrical-coordinate representation of color #D03EEB: hue angle of 290.64º 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 #D03EEB is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20862235-
CMYK0.110.7400.08
HSL290.64º81.22%58.24%-
HSV(B)290.64º73.62%92.16%-
XYZ42.7322.8580.76-
YUV125.38189.87186.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 41.19%
GREEN value IS 62 (24.61% from 255) = 12.28%
BLUE value IS 235 (92.19% from 255) = 46.53%
R=41.19%
G=12.28%
B=46.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal208622350.110.7400.08290.6481.2258.24
HexD03EEBB4A08123513a
Octal320763531311201044312172
Binary110100001111101110101110111001010010001001000111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03EEB; }

 p { color: rgb(208,62,235); }

 H1.HeaderClassName
 {
   color: #D03EEB;
 }
 .AnyTagClassName
 {
   color: #D03EEB;
 }
</style>
background-color css

<style>
 a { background-color: #D03EEB; }

 a { background-color: rgb(208,62,235); }

 div.DivClassName
 {
   background-color: #D03EEB;
 }
 .BgClassName
 {
   background-color: #D03EEB;
 }
</style>
border-color css

<style>
 span { border-color: #D03EEB; }

 span { border-color: rgb(208,62,235); }

 td.TdClassName
 {
   border-color: #D03EEB;
 }
 .TagClassName
 {
   border-color: #D03EEB;
 }
</style>