Html Css Color HEX #D342EC Medium Orchid

📋 copy color: '#D342EC'

red 211 ◦ green 66 ◦ blue 236

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

Shades of Medium Orchid #D342EC

Tints of Medium Orchid #D342EC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.87%

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

R = 41.13%
G = 12.87%
B = 46%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D342EC (or 0xD342EC) is known color: Medium Orchid. HEX triplet: D3, 42 and EC. RGB value is (211,66,236). Sum of RGB (Red+Green+Blue) = 211+66+236=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 66 (26.17% from 255 or 12.87% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #D342EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D342EC is #2CBD13. Grayscale: #808080. Windows color (decimal): -2931988 or 15483603. OLE color: 15483603.

HSL color Cylindrical-coordinate representation of color #D342EC: hue angle of 291.18º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D342EC is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 66 236 -
CMYK 0.11 0.72 0 0.07
HSL 291.18º 0.82% 0.59% -
HSV(B) 291.18º 0.72% 0.93% -
XYZ 43.95 23.8 81.63 -
YUV 128.74 188.54 186.68 -
System Red Green Blue C M Y K H S L
Decimal 211 66 236 0.11 0.72 0 0.07 291.18 0.82 0.59
Hex D3 42 EC B 48 0 7 123 52 3B
Octal 323 102 354 13 110 0 7 443 122 73
Binary 11010011 1000010 11101100 1011 1001000 0 111 100100011 1010010 111011

Color Harmonies of #D342EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D342EC

Black with #D342EC

Text Example


Text Example

White with #D342EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D342EC; }

 p { color: rgb(211,66,236); }

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

background-color css

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

 a { background-color: rgb(211,66,236); }

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

border-color css

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

 span { border-color: rgb(211,66,236); }

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