Html Css Color HEX #D136EE Medium Orchid

📋 copy color: '#D136EE'

red 209 ◦ green 54 ◦ blue 238

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

Shades of Medium Orchid #D136EE

Tints of Medium Orchid #D136EE

RGB

 RED value IS 209 (82.03% from 255) = 41.72%

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

 BLUE value IS 238 (93.36% from 255) = 47.5%

R = 41.72%
G = 10.78%
B = 47.5%

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

#D136EE (or 0xD136EE) is known color: Medium Orchid. HEX triplet: D1, 36 and EE. RGB value is (209,54,238). Sum of RGB (Red+Green+Blue) = 209+54+238=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 54 (21.48% from 255 or 10.78% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #D136EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D136EE is #2EC911. Grayscale: #787878. Windows color (decimal): -3066130 or 15611601. OLE color: 15611601.

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

Color convert

RGB 209 54 238 -
CMYK 0.12 0.77 0 0.07
HSL 290.54º 0.84% 0.57% -
HSV(B) 290.54º 0.77% 0.93% -
XYZ 43.05 22.37 82.94 -
YUV 121.32 193.85 190.54 -
System Red Green Blue C M Y K H S L
Decimal 209 54 238 0.12 0.77 0 0.07 290.54 0.84 0.57
Hex D1 36 EE C 4D 0 7 123 54 39
Octal 321 66 356 14 115 0 7 443 124 71
Binary 11010001 110110 11101110 1100 1001101 0 111 100100011 1010100 111001

Color Harmonies of #D136EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D136EE

Black with #D136EE

Text Example


Text Example

White with #D136EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D136EE; }

 p { color: rgb(209,54,238); }

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

background-color css

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

 a { background-color: rgb(209,54,238); }

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

border-color css

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

 span { border-color: rgb(209,54,238); }

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