Html Css Color HEX #D343EF Medium Orchid

📋 copy color: '#D343EF'

red 211 ◦ green 67 ◦ blue 239

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

Shades of Medium Orchid #D343EF

Tints of Medium Orchid #D343EF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 12.96%

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

R = 40.81%
G = 12.96%
B = 46.23%

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

#D343EF (or 0xD343EF) is known color: Medium Orchid. HEX triplet: D3, 43 and EF. RGB value is (211,67,239). Sum of RGB (Red+Green+Blue) = 211+67+239=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 67 (26.56% from 255 or 12.96% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #D343EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D343EF is #2CBC10. Grayscale: #818181. Windows color (decimal): -2931729 or 15680467. OLE color: 15680467.

HSL color Cylindrical-coordinate representation of color #D343EF: hue angle of 290.23º 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 #D343EF is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 67 239 -
CMYK 0.12 0.72 0 0.06
HSL 290.23º 0.84% 0.6% -
HSV(B) 290.23º 0.72% 0.94% -
XYZ 44.45 24.1 83.97 -
YUV 129.66 189.71 186.01 -
System Red Green Blue C M Y K H S L
Decimal 211 67 239 0.12 0.72 0 0.06 290.23 0.84 0.6
Hex D3 43 EF C 48 0 6 122 54 3C
Octal 323 103 357 14 110 0 6 442 124 74
Binary 11010011 1000011 11101111 1100 1001000 0 110 100100010 1010100 111100

Color Harmonies of #D343EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D343EF

Black with #D343EF

Text Example


Text Example

White with #D343EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D343EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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