Html Css Color HEX #D344EF Medium Orchid

📋 copy color: '#D344EF'

red 211 ◦ green 68 ◦ blue 239

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

Shades of Medium Orchid #D344EF

Tints of Medium Orchid #D344EF

RGB

 RED value IS 211 (82.81% from 255) = 40.73%

 GREEN value IS 68 (26.95% from 255) = 13.13%

 BLUE value IS 239 (93.75% from 255) = 46.14%

R = 40.73%
G = 13.13%
B = 46.14%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D344EF (or 0xD344EF) is known color: Medium Orchid. HEX triplet: D3, 44 and EF. RGB value is (211,68,239). Sum of RGB (Red+Green+Blue) = 211+68+239=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 68 (26.95% from 255 or 13.13% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #D344EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D344EF is #2CBB10. Grayscale: #818181. Windows color (decimal): -2931473 or 15680723. OLE color: 15680723.

HSL color Cylindrical-coordinate representation of color #D344EF: hue angle of 290.18º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D344EF is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 68 239 -
CMYK 0.12 0.72 0 0.06
HSL 290.18º 0.84% 0.6% -
HSV(B) 290.18º 0.72% 0.94% -
XYZ 44.51 24.22 83.99 -
YUV 130.25 189.38 185.6 -
System Red Green Blue C M Y K H S L
Decimal 211 68 239 0.12 0.72 0 0.06 290.18 0.84 0.6
Hex D3 44 EF C 48 0 6 122 54 3C
Octal 323 104 357 14 110 0 6 442 124 74
Binary 11010011 1000100 11101111 1100 1001000 0 110 100100010 1010100 111100

Color Harmonies of #D344EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D344EF

Black with #D344EF

Text Example


Text Example

White with #D344EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D344EF; }

 p { color: rgb(211,68,239); }

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

background-color css

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

 a { background-color: rgb(211,68,239); }

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

border-color css

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

 span { border-color: rgb(211,68,239); }

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