Html Css Color HEX #D14AED Medium Orchid

📋 copy color: '#D14AED'

red 209 ◦ green 74 ◦ blue 237

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

Shades of Medium Orchid #D14AED

Tints of Medium Orchid #D14AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.23%

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

R = 40.19%
G = 14.23%
B = 45.58%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D14AED (or 0xD14AED) is known color: Medium Orchid. HEX triplet: D1, 4A and ED. RGB value is (209,74,237). Sum of RGB (Red+Green+Blue) = 209+74+237=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 74 (29.30% from 255 or 14.23% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #D14AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14AED is #2EB512. Grayscale: #848484. Windows color (decimal): -3061011 or 15551185. OLE color: 15551185.

HSL color Cylindrical-coordinate representation of color #D14AED: hue angle of 289.69º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14AED is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 74 237 -
CMYK 0.12 0.69 0 0.07
HSL 289.69º 0.82% 0.61% -
HSV(B) 289.69º 0.69% 0.93% -
XYZ 44.03 24.57 82.54 -
YUV 132.95 186.73 182.25 -
System Red Green Blue C M Y K H S L
Decimal 209 74 237 0.12 0.69 0 0.07 289.69 0.82 0.61
Hex D1 4A ED C 45 0 7 122 52 3D
Octal 321 112 355 14 105 0 7 442 122 75
Binary 11010001 1001010 11101101 1100 1000101 0 111 100100010 1010010 111101

Color Harmonies of #D14AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14AED

Black with #D14AED

Text Example


Text Example

White with #D14AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14AED; }

 p { color: rgb(209,74,237); }

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

background-color css

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

 a { background-color: rgb(209,74,237); }

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

border-color css

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

 span { border-color: rgb(209,74,237); }

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