Html Css Color HEX #D236EC Medium Orchid

📋 copy color: '#D236EC'

red 210 ◦ green 54 ◦ blue 236

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

Shades of Medium Orchid #D236EC

Tints of Medium Orchid #D236EC

RGB

 RED value IS 210 (82.42% from 255) = 42%

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

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

R = 42%
G = 10.8%
B = 47.2%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D236EC (or 0xD236EC) is known color: Medium Orchid. HEX triplet: D2, 36 and EC. RGB value is (210,54,236). Sum of RGB (Red+Green+Blue) = 210+54+236=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 54 (21.48% from 255 or 10.8% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #D236EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D236EC is #2DC913. Grayscale: #787878. Windows color (decimal): -3000596 or 15480530. OLE color: 15480530.

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

Color convert

RGB 210 54 236 -
CMYK 0.11 0.77 0 0.07
HSL 291.43º 0.83% 0.57% -
HSV(B) 291.43º 0.77% 0.93% -
XYZ 43.04 22.4 81.41 -
YUV 121.39 192.68 191.2 -
System Red Green Blue C M Y K H S L
Decimal 210 54 236 0.11 0.77 0 0.07 291.43 0.83 0.57
Hex D2 36 EC B 4D 0 7 123 53 39
Octal 322 66 354 13 115 0 7 443 123 71
Binary 11010010 110110 11101100 1011 1001101 0 111 100100011 1010011 111001

Color Harmonies of #D236EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D236EC

Black with #D236EC

Text Example


Text Example

White with #D236EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D236EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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