Html Css Color HEX #D14AEC Medium Orchid

📋 copy color: '#D14AEC'

red 209 ◦ green 74 ◦ blue 236

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

Shades of Medium Orchid #D14AEC

Tints of Medium Orchid #D14AEC

RGB

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

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

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

R = 40.27%
G = 14.26%
B = 45.47%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D14AEC (or 0xD14AEC) is known color: Medium Orchid. HEX triplet: D1, 4A and EC. RGB value is (209,74,236). Sum of RGB (Red+Green+Blue) = 209+74+236=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 74 (29.30% from 255 or 14.26% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #D14AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14AEC is #2EB513. Grayscale: #848484. Windows color (decimal): -3061012 or 15485649. OLE color: 15485649.

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

Color convert

RGB 209 74 236 -
CMYK 0.11 0.69 0 0.07
HSL 290º 0.81% 0.61% -
HSV(B) 290º 0.69% 0.93% -
XYZ 43.88 24.51 81.77 -
YUV 132.83 186.23 182.33 -
System Red Green Blue C M Y K H S L
Decimal 209 74 236 0.11 0.69 0 0.07 290 0.81 0.61
Hex D1 4A EC B 45 0 7 122 51 3D
Octal 321 112 354 13 105 0 7 442 121 75
Binary 11010001 1001010 11101100 1011 1000101 0 111 100100010 1010001 111101

Color Harmonies of #D14AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14AEC

Black with #D14AEC

Text Example


Text Example

White with #D14AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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