Html Css Color HEX #D342F6 Medium Orchid

📋 copy color: '#D342F6'

red 211 ◦ green 66 ◦ blue 246

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

Shades of Medium Orchid #D342F6

Tints of Medium Orchid #D342F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.04%

R = 40.34%
G = 12.62%
B = 47.04%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D342F6 (or 0xD342F6) is known color: Medium Orchid. HEX triplet: D3, 42 and F6. RGB value is (211,66,246). Sum of RGB (Red+Green+Blue) = 211+66+246=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 66 (26.17% from 255 or 12.62% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #D342F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D342F6 is #2CBD09. Grayscale: #818181. Windows color (decimal): -2931978 or 16138963. OLE color: 16138963.

HSL color Cylindrical-coordinate representation of color #D342F6: hue angle of 288.33º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D342F6 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 66 246 -
CMYK 0.14 0.73 0 0.04
HSL 288.33º 0.91% 0.61% -
HSV(B) 288.33º 0.73% 0.96% -
XYZ 45.45 24.4 89.5 -
YUV 129.88 193.54 185.86 -
System Red Green Blue C M Y K H S L
Decimal 211 66 246 0.14 0.73 0 0.04 288.33 0.91 0.61
Hex D3 42 F6 E 49 0 4 120 5B 3D
Octal 323 102 366 16 111 0 4 440 133 75
Binary 11010011 1000010 11110110 1110 1001001 0 100 100100000 1011011 111101

Color Harmonies of #D342F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D342F6

Black with #D342F6

Text Example


Text Example

White with #D342F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D342F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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