Html Css Color HEX #D036EC Medium Orchid

📋 copy color: '#D036EC'

red 208 ◦ green 54 ◦ blue 236

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

Shades of Medium Orchid #D036EC

Tints of Medium Orchid #D036EC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.84%

 BLUE value IS 236 (92.58% from 255) = 47.39%

R = 41.77%
G = 10.84%
B = 47.39%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D036EC (or 0xD036EC) is known color: Medium Orchid. HEX triplet: D0, 36 and EC. RGB value is (208,54,236). Sum of RGB (Red+Green+Blue) = 208+54+236=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 54 (21.48% from 255 or 10.84% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #D036EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D036EC is #2FC913. Grayscale: #787878. Windows color (decimal): -3131668 or 15480528. OLE color: 15480528.

HSL color Cylindrical-coordinate representation of color #D036EC: hue angle of 290.77º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D036EC is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 54 236 -
CMYK 0.12 0.77 0 0.07
HSL 290.77º 0.83% 0.57% -
HSV(B) 290.77º 0.77% 0.93% -
XYZ 42.47 22.1 81.38 -
YUV 120.79 193.02 190.2 -
System Red Green Blue C M Y K H S L
Decimal 208 54 236 0.12 0.77 0 0.07 290.77 0.83 0.57
Hex D0 36 EC C 4D 0 7 123 53 39
Octal 320 66 354 14 115 0 7 443 123 71
Binary 11010000 110110 11101100 1100 1001101 0 111 100100011 1010011 111001

Color Harmonies of #D036EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D036EC

Black with #D036EC

Text Example


Text Example

White with #D036EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D036EC; }

 p { color: rgb(208,54,236); }

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

background-color css

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

 a { background-color: rgb(208,54,236); }

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

border-color css

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

 span { border-color: rgb(208,54,236); }

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