Html Css Color HEX #D14DEA Medium Orchid

📋 copy color: '#D14DEA'

red 209 ◦ green 77 ◦ blue 234

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

Shades of Medium Orchid #D14DEA

Tints of Medium Orchid #D14DEA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.81%

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

R = 40.19%
G = 14.81%
B = 45%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D14DEA (or 0xD14DEA) is known color: Medium Orchid. HEX triplet: D1, 4D and EA. RGB value is (209,77,234). Sum of RGB (Red+Green+Blue) = 209+77+234=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #D14DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14DEA is #2EB215. Grayscale: #858585. Windows color (decimal): -3060246 or 15355345. OLE color: 15355345.

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

Color convert

RGB 209 77 234 -
CMYK 0.11 0.67 0 0.08
HSL 290.45º 0.79% 0.61% -
HSV(B) 290.45º 0.67% 0.92% -
XYZ 43.8 24.8 80.32 -
YUV 134.37 184.23 181.23 -
System Red Green Blue C M Y K H S L
Decimal 209 77 234 0.11 0.67 0 0.08 290.45 0.79 0.61
Hex D1 4D EA B 43 0 8 122 4F 3D
Octal 321 115 352 13 103 0 10 442 117 75
Binary 11010001 1001101 11101010 1011 1000011 0 1000 100100010 1001111 111101

Color Harmonies of #D14DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14DEA

Black with #D14DEA

Text Example


Text Example

White with #D14DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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