Html Css Color HEX #D134EC Medium Orchid

📋 copy color: '#D134EC'

red 209 ◦ green 52 ◦ blue 236

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

Shades of Medium Orchid #D134EC

Tints of Medium Orchid #D134EC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.46%

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

R = 42.05%
G = 10.46%
B = 47.48%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D134EC (or 0xD134EC) is known color: Medium Orchid. HEX triplet: D1, 34 and EC. RGB value is (209,52,236). Sum of RGB (Red+Green+Blue) = 209+52+236=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 52 (20.70% from 255 or 10.46% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #D134EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D134EC is #2ECB13. Grayscale: #777777. Windows color (decimal): -3066644 or 15480017. OLE color: 15480017.

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

Color convert

RGB 209 52 236 -
CMYK 0.11 0.78 0 0.07
HSL 291.2º 0.83% 0.56% -
HSV(B) 291.2º 0.78% 0.93% -
XYZ 42.66 22.07 81.37 -
YUV 119.92 193.51 191.54 -
System Red Green Blue C M Y K H S L
Decimal 209 52 236 0.11 0.78 0 0.07 291.2 0.83 0.56
Hex D1 34 EC B 4E 0 7 123 53 38
Octal 321 64 354 13 116 0 7 443 123 70
Binary 11010001 110100 11101100 1011 1001110 0 111 100100011 1010011 111000

Color Harmonies of #D134EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D134EC

Black with #D134EC

Text Example


Text Example

White with #D134EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D134EC; }

 p { color: rgb(209,52,236); }

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

background-color css

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

 a { background-color: rgb(209,52,236); }

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

border-color css

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

 span { border-color: rgb(209,52,236); }

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