Html Css Color HEX #D036ED Medium Orchid

📋 copy color: '#D036ED'

red 208 ◦ green 54 ◦ blue 237

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

Shades of Medium Orchid #D036ED

Tints of Medium Orchid #D036ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.49%

R = 41.68%
G = 10.82%
B = 47.49%

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

#D036ED (or 0xD036ED) is known color: Medium Orchid. HEX triplet: D0, 36 and ED. RGB value is (208,54,237). Sum of RGB (Red+Green+Blue) = 208+54+237=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 54 (21.48% from 255 or 10.82% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #D036ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D036ED is #2FC912. Grayscale: #787878. Windows color (decimal): -3131667 or 15546064. OLE color: 15546064.

HSL color Cylindrical-coordinate representation of color #D036ED: hue angle of 290.49º degrees, saturation: 0.84, 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 #D036ED is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 54 237 -
CMYK 0.12 0.77 0 0.07
HSL 290.49º 0.84% 0.57% -
HSV(B) 290.49º 0.77% 0.93% -
XYZ 42.62 22.16 82.15 -
YUV 120.91 193.52 190.12 -
System Red Green Blue C M Y K H S L
Decimal 208 54 237 0.12 0.77 0 0.07 290.49 0.84 0.57
Hex D0 36 ED C 4D 0 7 122 54 39
Octal 320 66 355 14 115 0 7 442 124 71
Binary 11010000 110110 11101101 1100 1001101 0 111 100100010 1010100 111001

Color Harmonies of #D036ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D036ED

Black with #D036ED

Text Example


Text Example

White with #D036ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D036ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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