Html Css Color HEX #D14AEA Medium Orchid

📋 copy color: '#D14AEA'

red 209 ◦ green 74 ◦ blue 234

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

Shades of Medium Orchid #D14AEA

Tints of Medium Orchid #D14AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.26%

R = 40.43%
G = 14.31%
B = 45.26%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D14AEA (or 0xD14AEA) is known color: Medium Orchid. HEX triplet: D1, 4A and EA. RGB value is (209,74,234). Sum of RGB (Red+Green+Blue) = 209+74+234=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 74 (29.30% from 255 or 14.31% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #D14AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14AEA is #2EB515. Grayscale: #848484. Windows color (decimal): -3061014 or 15354577. OLE color: 15354577.

HSL color Cylindrical-coordinate representation of color #D14AEA: hue angle of 290.62º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14AEA is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 74 234 -
CMYK 0.11 0.68 0 0.08
HSL 290.63º 0.79% 0.6% -
HSV(B) 290.63º 0.68% 0.92% -
XYZ 43.59 24.39 80.25 -
YUV 132.61 185.23 182.49 -
System Red Green Blue C M Y K H S L
Decimal 209 74 234 0.11 0.68 0 0.08 290.63 0.79 0.6
Hex D1 4A EA B 44 0 8 123 4F 3C
Octal 321 112 352 13 104 0 10 443 117 74
Binary 11010001 1001010 11101010 1011 1000100 0 1000 100100011 1001111 111100

Color Harmonies of #D14AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14AEA

Black with #D14AEA

Text Example


Text Example

White with #D14AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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