Html Css Color HEX #D03EE6 Medium Orchid

📋 copy color: '#D03EE6'

red 208 ◦ green 62 ◦ blue 230

#D03EE6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #D03EE6

Tints of Medium Orchid #D03EE6

RGB

 RED value IS 208 (81.64% from 255) = 41.6%

 GREEN value IS 62 (24.61% from 255) = 12.4%

 BLUE value IS 230 (90.23% from 255) = 46%

R = 41.6%
G = 12.4%
B = 46%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D03EE6 (or 0xD03EE6) is known color: Medium Orchid. HEX triplet: D0, 3E and E6. RGB value is (208,62,230). Sum of RGB (Red+Green+Blue) = 208+62+230=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 62 (24.61% from 255 or 12.4% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 230 - color contains mainly: blue. Hex color #D03EE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03EE6 is #2FC119. Grayscale: #7C7C7C. Windows color (decimal): -3129626 or 15089360. OLE color: 15089360.

HSL color Cylindrical-coordinate representation of color #D03EE6: hue angle of 292.14º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D03EE6 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 62 230 -
CMYK 0.10 0.73 0 0.10
HSL 292.14º 0.77% 0.57% -
HSV(B) 292.14º 0.73% 0.9% -
XYZ 42.02 22.57 77 -
YUV 124.81 187.37 187.34 -
System Red Green Blue C M Y K H S L
Decimal 208 62 230 0.10 0.73 0 0.10 292.14 0.77 0.57
Hex D0 3E E6 A 49 0 A 124 4D 39
Octal 320 76 346 12 111 0 12 444 115 71
Binary 11010000 111110 11100110 1010 1001001 0 1010 100100100 1001101 111001

Color Harmonies of #D03EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03EE6

Black with #D03EE6

Text Example


Text Example

White with #D03EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03EE6; }

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

 H1.HeaderClassName
 {
   color: #D03EE6;
 }
 .AnyTagClassName
 {
   color: #D03EE6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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