Html Css Color HEX #D134E0 Medium Orchid

📋 copy color: '#D134E0'

red 209 ◦ green 52 ◦ blue 224

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

Shades of Medium Orchid #D134E0

Tints of Medium Orchid #D134E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.19%

R = 43.09%
G = 10.72%
B = 46.19%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D134E0 (or 0xD134E0) is known color: Medium Orchid. HEX triplet: D1, 34 and E0. RGB value is (209,52,224). Sum of RGB (Red+Green+Blue) = 209+52+224=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #D134E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D134E0 is #2ECB1F. Grayscale: #767676. Windows color (decimal): -3066656 or 14693585. OLE color: 14693585.

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

Color convert

RGB 209 52 224 -
CMYK 0.07 0.77 0 0.12
HSL 294.77º 0.74% 0.54% -
HSV(B) 294.77º 0.77% 0.88% -
XYZ 40.98 21.39 72.49 -
YUV 118.55 187.51 192.51 -
System Red Green Blue C M Y K H S L
Decimal 209 52 224 0.07 0.77 0 0.12 294.77 0.74 0.54
Hex D1 34 E0 7 4D 0 C 127 4A 36
Octal 321 64 340 7 115 0 14 447 112 66
Binary 11010001 110100 11100000 111 1001101 0 1100 100100111 1001010 110110

Color Harmonies of #D134E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D134E0

Black with #D134E0

Text Example


Text Example

White with #D134E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D134E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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